Ask a Question | Search PSRCHIVE: |
![]()
|
TextInterface::Interpreter< I, Get, Set > Class Template Reference Text interface to a text interpreter. More...
Inheritance diagram for TextInterface::Interpreter< I, Get, Set >:
![]()
Detailed Descriptiontemplate<class I, class Get, class Set> class TextInterface::Interpreter< I, Get, Set > Text interface to a text interpreter. In this template: I is a the interpreter class; Get is the method of I that returns a string; and Set is the method of I that accepts a string Member Function Documentation◆ get_description()
template<class I, class Get, class Set>
Get the description of the value. Implements TextInterface::Value. ◆ get_detailed_description()
template<class I, class Get, class Set>
Get the detailed description of the value. Reimplemented from TextInterface::Value. ◆ get_name()
template<class I, class Get, class Set>
Get the name of the value. Implements TextInterface::Value. ◆ get_value()
template<class I, class Get, class Set>
Get the value as text. Implements TextInterface::Value. ◆ reset_modifiers()
template<class I, class Get, class Set>
Reset any output stream modifiers. Implements TextInterface::Value. ◆ set_modifiers()
template<class I, class Get, class Set>
Parse any modifiers that will alter the behaviour of the output stream. Implements TextInterface::Value. ◆ set_value()
template<class I, class Get, class Set>
Set the value as text. Implements TextInterface::Value. The documentation for this class was generated from the following file: Generated using doxygen 1.14.0
|