| 
    Jpp - the software that should make you happy
    
   | 
 
Test availability of static member methods for labelling data types in a type list. More...
#include <JTypeID.hh>
  
 Static Public Attributes | |
| static const bool | has_name = sizeof(test1<T>(NULL)) == sizeof(JTrue) | 
| static const bool | has_version = sizeof(test2<T>(NULL)) == sizeof(JTrue) | 
Static Protected Member Functions | |
| static JFalse | test (...) | 
| default false  More... | |
| template<class __T__ > | |
| static JFalse | test (...) | 
| default false  More... | |
Static Private Member Functions | |
| template<class U > | |
| static JTrue | test1 (JTypecheck< const char *(*)(),&U::getName > *) | 
| template<class U > | |
| static JFalse | test1 (...) | 
| template<class U > | |
| static JTrue | test2 (JTypecheck< int(*)(),&U::getVersion > *) | 
| template<class U > | |
| static JFalse | test2 (...) | 
Test availability of static member methods for labelling data types in a type list.
Definition at line 119 of file JTypeID.hh.
      
  | 
  staticprivate | 
      
  | 
  staticprivate | 
      
  | 
  staticprivate | 
      
  | 
  staticprivate | 
      
  | 
  staticprotectedinherited | 
default false
      
  | 
  staticprotectedinherited | 
default false
      
  | 
  static | 
Definition at line 129 of file JTypeID.hh.
      
  | 
  static | 
Definition at line 130 of file JTypeID.hh.
 1.8.5