#include <RootFieldStack.h>
Public Member Functions | |
virtual std::string | GetLocation () const |
Construct the current location. More... | |
RootFieldStack (const std::string &name) | |
Construct a root field stack. More... | |
Private Attributes | |
const std::string & | _name |
Root name. More... | |
Additional Inherited Members | |
Protected Member Functions inherited from swarmros::introspection::FieldStack | |
FieldStack (const FieldStack *previous) | |
Construct a child field stack. More... | |
const FieldStack * | GetPrevious () const |
Get the previus element in the stack. More... | |
Definition at line 7 of file RootFieldStack.h.
|
inline |
Construct a root field stack.
Definition at line 23 of file RootFieldStack.h.
|
inlinevirtual |
Construct the current location.
Implements swarmros::introspection::FieldStack.
Definition at line 31 of file RootFieldStack.h.
|
private |
Root name.
Definition at line 15 of file RootFieldStack.h.