Ask a Question | Search PSRCHIVE: |
![]()
|
TextInterfaceInterpreter.h Text interface to a text interpreter. Definition TextInterfaceInterpreter.h:23 std::string get_name() const Get the name of the value. Definition TextInterfaceInterpreter.h:32 void set_description(const std::string &text) Set the description of the value. Definition TextInterfaceInterpreter.h:48 void set_detailed_description(const std::string &text) Set the detailed description of the value. Definition TextInterfaceInterpreter.h:56 void set_value(const std::string &text) Set the value as text. Definition TextInterfaceInterpreter.h:40 std::string get_detailed_description() const Get the detailed description of the value. Definition TextInterfaceInterpreter.h:52 std::string get_description() const Get the description of the value. Definition TextInterfaceInterpreter.h:44 void set_modifiers(const std::string &modifiers) const Parse any modifiers that will alter the behaviour of the output stream. Definition TextInterfaceInterpreter.h:59 Interpreter(const std::string &_name, I *ptr, Get _get, Set _set) Set all attributes on construction. Definition TextInterfaceInterpreter.h:28 std::string get_value() const Get the value as text. Definition TextInterfaceInterpreter.h:36 void reset_modifiers() const Reset any output stream modifiers. Definition TextInterfaceInterpreter.h:64 Value() Explicit default constructor required to delay definition of Reference::To<Parser> Definition TextInterfaceValue.C:13 Generated using doxygen 1.14.0
|