Ask a Question | Search PSRCHIVE: |
Home
|
TextInterfaceFunction.h GetFunction(const std::string &_name, Get _get) Constructor. Definition: TextInterfaceFunction.h:38 std::string name The name of the attribute. Definition: TextInterfaceFunction.h:87 void set_modifiers(const std::string &modifiers) const Parse any modifiers that will alter the behaviour of the output stream. Definition: TextInterfaceFunction.h:74 void set_value(C *, const std::string &) Set the value of the attribute. Definition: TextInterfaceFunction.h:70 std::string get_description() const Get the description of the attribute. Definition: TextInterfaceFunction.h:52 GetSetFunction(const std::string &_name, Get _get, Set _set) Constructor. Definition: TextInterfaceFunction.h:103 Get is function object that receives C* and returns some type. Definition: TextInterfaceFunction.h:28 void set_detailed_description(const std::string &d) Get the detailed description of the attribute. Definition: TextInterfaceFunction.h:62 void set_description(const std::string &d) Get the description of the attribute. Definition: TextInterfaceFunction.h:55 Attribute< C > * clone() const Return a clone. Definition: TextInterfaceFunction.h:46 std::string description The description of the attribute. Definition: TextInterfaceFunction.h:90 std::string get_detailed_description() const Get the detailed description of the attribute. Definition: TextInterfaceFunction.h:58 std::string get_value() const Get the value of the attribute. Definition: TextInterfaceAttribute.h:42 void reset_modifiers() const Reset any output stream modifiers. Definition: TextInterfaceFunction.h:79 std::string get_name() const Get the name of the attribute. Definition: TextInterfaceFunction.h:49 Interface to a class attribute with an accessor and modifier methods. Definition: TextInterfaceFunction.h:97 std::string detailed_description The detailed description of the attribute. Definition: TextInterfaceFunction.h:93 void set_value(C *ptr, const std::string &value) Set the value of the attribute. Definition: TextInterfaceFunction.h:110 Attribute< C > * clone() const Return a clone. Definition: TextInterfaceFunction.h:107 Get get The get function object (functor) Definition: TextInterfaceFunction.h:96 Generated using doxygen 1.8.17
|