| 
    SMACC2
    
   | 
 
#include <introspection.hpp>

Public Types | |
| enum | { value = sizeof(test<T>(0)) == sizeof(YesType) } | 
Private Types | |
| typedef char | YesType[1] | 
| typedef char | NoType[2] | 
Static Private Member Functions | |
| template<typename C > | |
| static YesType & | test (decltype(&C::getEventLabel)) | 
| template<typename C > | |
| static NoType & | test (...) | 
Definition at line 123 of file introspection.hpp.
      
  | 
  private | 
Definition at line 127 of file introspection.hpp.
      
  | 
  private | 
Definition at line 126 of file introspection.hpp.
| anonymous enum | 
      
  | 
  staticprivate | 
      
  | 
  staticprivate |