Ask a Question | Search PSRCHIVE: |
![]()
|
TextInterface::AttributeGet< C, Get > Class Template Reference Interface to a class attribute with an accessor method, C::Get() More...
Inheritance diagram for TextInterface::AttributeGet< C, Get >:
![]()
Detailed Descriptiontemplate<class C, class Get> class TextInterface::AttributeGet< C, Get > Interface to a class attribute with an accessor method, C::Get() Member Function Documentation◆ clone()
template<class C, class Get>
Return a clone. Implements TextInterface::Attribute< C >. Reimplemented in TextInterface::AttributeGetSet< C, Type, Get, Set >, and TextInterface::AttributeXformGet< C, Get, X >. References TextInterface::Attribute< C >::Attribute(), and AttributeGet(). ◆ get_description()
template<class C, class Get>
◆ get_detailed_description()
template<class C, class Get>
Get the detailed description of the attribute. Reimplemented from TextInterface::Value. References detailed_description. ◆ get_name()
template<class C, class Get>
Get the name of the attribute. Implements TextInterface::Value. Reimplemented in TextInterface::OptionalInterface< C, Type, Get, Set >. References name. Referenced by TextInterface::OptionalInterface< C, Type, Get, Set >::get_name(). ◆ get_value()
template<class C, class Get>
Get the value of the attribute. Implements TextInterface::Attribute< C >. Reimplemented in TextInterface::AttributeXformGet< C, Get, X >, and TextInterface::OptionalInterface< C, Type, Get, Set >. References get. ◆ reset_modifiers()
template<class C, class Get>
Reset any output stream modifiers. Implements TextInterface::Value. Reimplemented in TextInterface::OptionalInterface< C, Type, Get, Set >. Referenced by TextInterface::OptionalInterface< C, Type, Get, Set >::reset_modifiers(). ◆ set_description()
template<class C, class Get>
Get the description of the attribute. Implements TextInterface::Attribute< C >. References description. Referenced by TextInterface::Allocator< C, Type >::operator()(), TextInterface::Allocator< C, Type >::operator()(), and TextInterface::XAllocator< C >::operator()(). ◆ set_detailed_description()
template<class C, class Get>
Get the detailed description of the attribute. Implements TextInterface::Attribute< C >. References detailed_description. ◆ set_modifiers()
template<class C, class Get>
Parse any modifiers that will alter the behaviour of the output stream. Implements TextInterface::Value. Reimplemented in TextInterface::OptionalInterface< C, Type, Get, Set >. Referenced by TextInterface::OptionalInterface< C, Type, Get, Set >::set_modifiers(). ◆ set_value()
template<class C, class Get>
Set the value of the attribute. Implements TextInterface::Attribute< C >. Reimplemented in TextInterface::AttributeGetSet< C, Type, Get, Set >, and TextInterface::OptionalInterface< C, Type, Get, Set >. References name. The documentation for this class was generated from the following file: Generated using doxygen 1.14.0
|