Ask a Question | Search PSRCHIVE: |
Home
|
TextInterfaceValue.h virtual void set_modifiers(const std::string &) const =0 Parse any modifiers that will alter the behaviour of the output stream. Definition: TextInterfaceValue.C:19 std::string get_value() const Get the value as text. Definition: TextInterfaceValue.h:98 virtual std::string get_detailed_description() const Get the detailed description of the value. Definition: TextInterfaceValue.h:58 void set_detailed_description(const std::string &text) Set the detailed description of the value. Definition: TextInterfaceValue.h:119 virtual void reset_modifiers() const =0 Reset any output stream modifiers. Definition: TextInterfaceValue.C:17 void set_value(const std::string &text) Set the value as text. Definition: TextInterfaceValue.h:142 std::string get_name() const Get the name of the value. Definition: TextInterfaceValue.h:94 ValueGetSet(T *ptr, const std::string &name, const std::string &desc) Set all attributes on construction. Definition: TextInterfaceValue.h:138 Reference::To< Parser, false > parent The Parser composite in which this Value component is integrated. Definition: TextInterfaceValue.h:80 virtual std::string get_description() const =0 Get the description of the value. void set_value(const std::string &) Set the value as text. Definition: TextInterfaceValue.h:102 virtual void set_value(const std::string &value)=0 Set the value as text. std::string get_detailed_description() const Get the detailed description of the value. Definition: TextInterfaceValue.h:115 Value() Explicit default constructor required to delay definition of Reference::To<Parser> Definition: TextInterfaceValue.C:11 void set_description(const std::string &text) Set the description of the value. Definition: TextInterfaceValue.h:111 ~Value() Explicit destructor required to delay definition of Reference::To<Parser> Definition: TextInterfaceValue.C:13 virtual bool matches(const std::string &name) const Return true if the name argument matches the value name. Definition: TextInterfaceValue.h:61 ValueGet(T *ptr, const std::string &_name, const std::string &_describe) Set all attributes on construction. Definition: TextInterfaceValue.h:90 Read and write interface to a value of type T. Definition: TextInterfaceValue.h:133 std::string get_description() const Get the description of the value. Definition: TextInterfaceValue.h:107 Generated using doxygen 1.8.17
|