https://mooseframework.inl.gov
Private Member Functions | Friends | List of all members
TaggingInterface::MatrixTagsKey Class Reference

Class that is used as a parameter to some of our matrix tag APIs that allows only blessed framework classes to call them. More...

#include <TaggingInterface.h>

Private Member Functions

 MatrixTagsKey ()
 
 MatrixTagsKey (const MatrixTagsKey &)
 

Friends

class AttribMatrixTags
 
class NonlinearEigenSystem
 
class LinearSystemContributionObject
 
template<typename >
class MooseObjectTagWarehouse
 
class Moose::Kokkos::ResidualObject
 

Detailed Description

Class that is used as a parameter to some of our matrix tag APIs that allows only blessed framework classes to call them.

Definition at line 94 of file TaggingInterface.h.

Constructor & Destructor Documentation

◆ MatrixTagsKey() [1/2]

TaggingInterface::MatrixTagsKey::MatrixTagsKey ( )
inlineprivate

Definition at line 105 of file TaggingInterface.h.

105 {}

◆ MatrixTagsKey() [2/2]

TaggingInterface::MatrixTagsKey::MatrixTagsKey ( const MatrixTagsKey )
inlineprivate

Definition at line 106 of file TaggingInterface.h.

106 {}

Friends And Related Function Documentation

◆ AttribMatrixTags

friend class AttribMatrixTags
friend

Definition at line 96 of file TaggingInterface.h.

◆ LinearSystemContributionObject

friend class LinearSystemContributionObject
friend

Definition at line 98 of file TaggingInterface.h.

◆ Moose::Kokkos::ResidualObject

friend class Moose::Kokkos::ResidualObject
friend

Definition at line 102 of file TaggingInterface.h.

◆ MooseObjectTagWarehouse

template<typename >
friend class MooseObjectTagWarehouse
friend

Definition at line 100 of file TaggingInterface.h.

◆ NonlinearEigenSystem

friend class NonlinearEigenSystem
friend

Definition at line 97 of file TaggingInterface.h.


The documentation for this class was generated from the following file: