https://mooseframework.inl.gov
Public Types | Public Member Functions | Public Attributes | List of all members
MeshInfo::InfoBase< IDType > Struct Template Reference

Base struct for information for a single entry (elem, sideset, subdomain). More...

#include <MeshInfo.h>

Inheritance diagram for MeshInfo::InfoBase< IDType >:
[legend]

Public Types

using id_type = IDType
 

Public Member Functions

 InfoBase ()=default
 
 InfoBase (const IDType id)
 

Public Attributes

IDType id
 ID. More...
 

Detailed Description

template<typename IDType>
struct MeshInfo::InfoBase< IDType >

Base struct for information for a single entry (elem, sideset, subdomain).

Template Parameters
IDTypeThe type of the ID.

Definition at line 82 of file MeshInfo.h.

Member Typedef Documentation

◆ id_type

template<typename IDType>
using MeshInfo::InfoBase< IDType >::id_type = IDType

Definition at line 84 of file MeshInfo.h.

Constructor & Destructor Documentation

◆ InfoBase() [1/2]

template<typename IDType>
MeshInfo::InfoBase< IDType >::InfoBase ( )
default

◆ InfoBase() [2/2]

template<typename IDType>
MeshInfo::InfoBase< IDType >::InfoBase ( const IDType  id)
inline

Definition at line 87 of file MeshInfo.h.

87 : id(id) {}
IDType id
ID.
Definition: MeshInfo.h:90

Member Data Documentation

◆ id

template<typename IDType>
IDType MeshInfo::InfoBase< IDType >::id

ID.

Definition at line 90 of file MeshInfo.h.


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