Ask a Question | Search PSRCHIVE: |
Home
|
NestedTextInterface.h 71 };
std::string get_name() const Get the name of the attribute. Definition: NestedTextInterface.h:38 void set_value(const std::string &txt) Set the value of the value. Definition: NestedTextInterface.h:50 void reset_modifiers() const Reset any output stream modifiers. Definition: NestedTextInterface.h:62 bool matches(const std::string &name) const Return true if the name argument matches. Definition: NestedTextInterface.h:54 std::string get_value() const Get the value of the value. Definition: NestedTextInterface.h:46 std::string get_description() const Get the description of the value. Definition: NestedTextInterface.h:42 void set_modifiers(const std::string &modifiers) const Parse any modifiers that will alter the behaviour of the output stream. Definition: NestedTextInterface.h:58 Reference::To< Value > value The parent value interface. Definition: NestedTextInterface.h:71 NestedValue(const std::string &pre, Value *val) Construct from a name and pointer to Value. Definition: NestedTextInterface.h:34 std::string prefix The name of the value. Definition: NestedTextInterface.h:74 Generated using doxygen 1.8.17
|