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
 

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 76 of file TaggingInterface.h.

Constructor & Destructor Documentation

◆ MatrixTagsKey() [1/2]

TaggingInterface::MatrixTagsKey::MatrixTagsKey ( )
inlineprivate

Definition at line 84 of file TaggingInterface.h.

84 {}

◆ MatrixTagsKey() [2/2]

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

Definition at line 85 of file TaggingInterface.h.

85 {}

Friends And Related Function Documentation

◆ AttribMatrixTags

friend class AttribMatrixTags
friend

Definition at line 78 of file TaggingInterface.h.

◆ LinearSystemContributionObject

friend class LinearSystemContributionObject
friend

Definition at line 80 of file TaggingInterface.h.

◆ MooseObjectTagWarehouse

template<typename >
friend class MooseObjectTagWarehouse
friend

Definition at line 82 of file TaggingInterface.h.

◆ NonlinearEigenSystem

friend class NonlinearEigenSystem
friend

Definition at line 79 of file TaggingInterface.h.


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