MOOSE - Multiscale Object Oriented Simulation Environment
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
TestId Class Reference
+ Collaboration diagram for TestId:

Public Member Functions

Id getId () const
 
void setId (Id id)
 

Static Public Member Functions

static const CinfoinitCinfo ()
 

Private Attributes

Id id_
 

Detailed Description

Definition at line 908 of file testAsync.cpp.

Member Function Documentation

Id TestId::getId ( ) const
inline

Definition at line 913 of file testAsync.cpp.

References id_.

Referenced by initCinfo().

913  {
914  return id_;
915  }

+ Here is the caller graph for this function:

const Cinfo * TestId::initCinfo ( )
static

Definition at line 922 of file testAsync.cpp.

References getId(), id, Neutral::initCinfo(), and setId().

923 {
925  "id",
926  "test",
927  &TestId::setId,
929  );
930  static Finfo* testIdFinfos[] = {&id};
931  static Cinfo testIdCinfo(
932  "TestIdRepeatAssignment",
934  testIdFinfos,
935  sizeof( testIdFinfos )/ sizeof( Finfo* ),
936  new Dinfo< TestId >()
937  );
938  return &testIdCinfo;
939 }
Definition: Dinfo.h:60
void setId(Id id)
Definition: testAsync.cpp:910
Id getId() const
Definition: testAsync.cpp:913
static const Cinfo * initCinfo()
Definition: Neutral.cpp:16
static char id[]
Definition: mfield.cpp:404
Definition: Cinfo.h:18
Definition: Finfo.h:12

+ Here is the call graph for this function:

void TestId::setId ( Id  id)
inline

Definition at line 910 of file testAsync.cpp.

References id, and id_.

Referenced by initCinfo().

910  {
911  id_ = id;
912  }
static char id[]
Definition: mfield.cpp:404

+ Here is the caller graph for this function:

Member Data Documentation

Id TestId::id_
private

Definition at line 918 of file testAsync.cpp.

Referenced by getId(), and setId().


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