| 
    Jpp
    
   | 
 
Interface for selection of objects. More...
#include <JObjectIterator.hh>
  
Public Types | |
| typedef JClass< T >::argument_type | argument_type | 
| Type definition of argument of interface method.  More... | |
Public Member Functions | |
| virtual | ~JObjectSelector () | 
| Virtual destructor.  More... | |
| virtual bool | accept (argument_type object) const | 
| Accept object.  More... | |
Static Public Member Functions | |
| static const JObjectSelector< T > & | getDefault () | 
| Get default value of template class.  More... | |
Static Private Attributes | |
| static const JObjectSelector< T > | value | 
Interface for selection of objects.
Definition at line 33 of file JObjectIterator.hh.
| typedef JClass<T>::argument_type JLANG::JObjectSelector< T >::argument_type | 
Type definition of argument of interface method.
Definition at line 27 of file JObjectSelector.hh.
      
  | 
  inlinevirtual | 
      
  | 
  inlinevirtual | 
Accept object.
| object | object | 
Reimplemented in JLANG::JTypeSelector< T >, JLANG::JTypeSelector< JTail_t >, and JLANG::JTypeSelector< JHead_t >.
Definition at line 43 of file JObjectSelector.hh.
      
  | 
  inlinestaticinherited | 
      
  | 
  staticprivateinherited | 
Definition at line 30 of file JDefault.hh.
 1.8.16