Ask a Question | Search PSRCHIVE: |
![]()
|
TextInterface::VectorOfEstimate< V, T, U, Get, Size > Class Template Reference Proxy enables attribute interface of Estimates in a vector. More...
Inheritance diagram for TextInterface::VectorOfEstimate< V, T, U, Get, Size >:
![]()
Detailed Descriptiontemplate<class V, class T, class U, class Get, class Size> class TextInterface::VectorOfEstimate< V, T, U, Get, Size > Proxy enables attribute interface of Estimates in a vector. In this template: V is a vector of Estimate<T,U>; Get is the method of V that returns const Estimate<T,U>; and Size is the method of V that returns the number elements in V Member Function Documentation◆ clone()
template<class V, class T, class U, class Get, class Size>
Retun a newly constructed copy. Implements TextInterface::Attribute< V >. References TextInterface::Attribute< V >::Attribute(), and VectorOfEstimate(). ◆ get_description()
template<class V, class T, class U, class Get, class Size>
◆ get_detailed_description()
template<class V, class T, class U, class Get, class Size>
Get the detailed description of the attribute. Reimplemented from TextInterface::Value. References detailed_description. ◆ get_name()
template<class V, class T, class U, class Get, class Size>
◆ matches()
template<class V, class T, class U, class Get, class Size>
Return true if the name argument matches. Reimplemented from TextInterface::Value. ◆ reset_modifiers()
template<class V, class T, class U, class Get, class Size>
Reset any output stream modifiers. Implements TextInterface::Value. ◆ set_description()
template<class V, class T, class U, class Get, class Size>
Get the description of the attribute. Implements TextInterface::Attribute< V >. References description. ◆ set_detailed_description()
template<class V, class T, class U, class Get, class Size>
Get the detailed description of the attribute. Implements TextInterface::Attribute< V >. References detailed_description. ◆ set_modifiers()
template<class V, class T, class U, class Get, class Size>
Parse any modifiers that will alter the behaviour of the output stream. Implements TextInterface::Value. The documentation for this class was generated from the following file: Generated using doxygen 1.14.0
|