Ask a Question | Search PSRCHIVE: |
Home
|
TextInterfaceElement.h void set_modifiers(const std::string &modifiers) const Parse any modifiers that will alter the behaviour of the output stream. Definition: TextInterfaceElement.h:75 void reset_modifiers() const Reset any output stream modifiers. Definition: TextInterfaceElement.h:80 ElementGet and ElementGetSet factory. Definition: TextInterfaceElement.h:130 std::string get_name() const Get the name of the attribute. Definition: TextInterfaceElement.h:48 void set_value(C *ptr, const std::string &value) Set the value of the attribute. Definition: TextInterfaceElement.h:212 void set_detailed_description(const std::string &d) Get the detailed description of the attribute. Definition: TextInterfaceElement.h:61 Attribute< C > * clone() const Return a clone. Definition: TextInterfaceElement.h:113 ElementGetSet(const std::string &_name, Get _get, Set _set, Size _size) Constructor. Definition: TextInterfaceElement.h:109 void set_description(const std::string &d) Get the description of the attribute. Definition: TextInterfaceElement.h:54 Pointers to attribute get and set methods, Type C::Get() and C::Set(Type) Definition: TextInterfaceElement.h:104 ElementGet< C, Get, Size > * operator()(const std::string &n, Get g, Size z) Generate a new ElementGet instance. Definition: TextInterfaceElement.h:137 std::string get_detailed_description() const Get the detailed description of the attribute. Definition: TextInterfaceElement.h:57 std::string get_value() const Get the value of the attribute. Definition: TextInterfaceAttribute.h:42 std::string get_description() const Get the description of the attribute. Definition: TextInterfaceElement.h:51 ElementGet(const std::string &_name, Get _get, Size _size) Constructor. Definition: TextInterfaceElement.h:41 std::string name The name of the attribute. Definition: TextInterfaceElement.h:88 std::string description The description of the attribute. Definition: TextInterfaceElement.h:91 Attribute< C > * clone() const Return a clone. Definition: TextInterfaceElement.h:45 std::string range Range parsed from name during matches. Definition: TextInterfaceElement.h:103 std::string detailed_description The detailed description of the attribute. Definition: TextInterfaceElement.h:94 bool matches(const std::string &name) const Return true if the name argument matches. Definition: TextInterfaceElement.h:169 void set_value(C *, const std::string &) Set the value of the attribute. Definition: TextInterfaceElement.h:68 Generated using doxygen 1.8.17
|