Main Page
Namespaces
Classes
Files
File List
File Members
swarmros
include
swarmros
introspection
RootFieldStack.h
Go to the documentation of this file.
1
#pragma once
2
3
#include <
swarmros/introspection/FieldStack.h
>
4
5
namespace
swarmros::introspection
6
{
7
class
RootFieldStack
:
public
FieldStack
8
{
9
private
:
10
15
const
std::string&
_name
;
16
17
public
:
18
23
RootFieldStack
(
const
std::string& name)
24
:
FieldStack
(nullptr), _name(name) { }
25
31
virtual
std::string
GetLocation
()
const
32
{
33
return
_name
;
34
}
35
};
36
}
37
swarmros::introspection::RootFieldStack::GetLocation
virtual std::string GetLocation() const
Construct the current location.
Definition:
RootFieldStack.h:31
swarmros::introspection::RootFieldStack::RootFieldStack
RootFieldStack(const std::string &name)
Construct a root field stack.
Definition:
RootFieldStack.h:23
swarmros::introspection::RootFieldStack::_name
const std::string & _name
Root name.
Definition:
RootFieldStack.h:15
swarmros::introspection
Definition:
ArrayField.h:5
swarmros::introspection::RootFieldStack
Definition:
RootFieldStack.h:7
FieldStack.h
swarmros::introspection::FieldStack
Definition:
FieldStack.h:7
swarmros
Author(s):
autogenerated on Fri Apr 3 2020 03:42:48