Ask a Question | Search PSRCHIVE: |
![]()
|
TextInterface::MapOfProxy< M, K, E, Get > Class Template Reference Proxy enables attribute interface of elements in a map. More...
Inheritance diagram for TextInterface::MapOfProxy< M, K, E, Get >:
![]()
Detailed Descriptiontemplate<class M, class K, class E, class Get> class TextInterface::MapOfProxy< M, K, E, Get > Proxy enables attribute interface of elements in a map. In this template: M is a map of key K to element E; Get is the method of V that returns E* given K Member Function Documentation◆ clone()
template<class M, class K, class E, class Get>
Set the prefix to be added before attribute name. Retun a newly constructed copy Implements TextInterface::Attribute< M >. References MapOfProxy(). ◆ get_name()
template<class M, class K, class E, class Get>
Get the name of the attribute. Reimplemented from TextInterface::AdapterBase< Attribute< M >, Attribute< E > >. References prefix, and TextInterface::AdapterBase< Attribute< M >, Attribute< E > >::value. ◆ matches()
template<class M, class K, class E, class G>
Return true if the name argument matches. Reimplemented from TextInterface::AdapterBase< Attribute< M >, Attribute< E > >. References prefix, range, and TextInterface::AdapterBase< Attribute< M >, Attribute< E > >::value. The documentation for this class was generated from the following file: Generated using doxygen 1.14.0
|