GEOSX
Static Public Member Functions | Public Attributes | List of all members
geos::ObjectManagerBase::groupKeyStruct Struct Reference

struct to serve as a container for group strings and keys More...

#include <ObjectManagerBase.hpp>

Inheritance diagram for geos::ObjectManagerBase::groupKeyStruct:
Inheritance graph
[legend]

Static Public Member Functions

static constexpr const char * setsString ()
 
static constexpr const char * neighborDataString ()
 

Public Attributes

dataRepository::GroupKey sets = { setsString() }
 View key to the Group holding the object sets.
 
dataRepository::GroupKey neighborData { neighborDataString() }
 View key to the Group holding the neighbor data.
 

Detailed Description

struct to serve as a container for group strings and keys

Definition at line 706 of file ObjectManagerBase.hpp.

Member Function Documentation

◆ neighborDataString()

static constexpr const char* geos::ObjectManagerBase::groupKeyStruct::neighborDataString ( )
inlinestaticconstexpr
Returns
String key to the Groupholding all the NeighborData objects

Definition at line 712 of file ObjectManagerBase.hpp.

◆ setsString()

static constexpr const char* geos::ObjectManagerBase::groupKeyStruct::setsString ( )
inlinestaticconstexpr
Returns
String key to the Group holding the object sets

Definition at line 709 of file ObjectManagerBase.hpp.


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