RootFieldStack.h
Go to the documentation of this file.
1 #pragma once
2 
4 
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 
virtual std::string GetLocation() const
Construct the current location.
RootFieldStack(const std::string &name)
Construct a root field stack.
const std::string & _name
Root name.


swarmros
Author(s):
autogenerated on Fri Apr 3 2020 03:42:48