casa
$Rev:20696$
|
Go to the source code of this file.
Classes | |
class | casa::WrapperData< T, U, V, hasX, hasParam > |
Aid in constructing function objects from C++ functions. More... | |
class | casa::WrapperData_TT< T, T, T, True, True > |
Specialization for calls with argument and parameter. More... | |
class | casa::WrapperData_VT< T, Vector< T >, T, True, True > |
Specialization for calls with argument and parameter. More... | |
class | casa::WrapperData_TV< T, T, Vector< T >, True, True > |
Specialization for calls with argument and parameters. More... | |
class | casa::WrapperData_VV< T, Vector< T >, Vector< T >, True, True > |
Specialization for calls with argument and parameters. More... | |
class | casa::WrapperData_FT< T, T, T, False, True > |
Specialization for calls with no arguments and parameter. More... | |
class | casa::WrapperData_FV< T, T, Vector< T >, False, True > |
Specialization for calls with no arguments and parameters. More... | |
class | casa::WrapperData_TF< T, T, T, True, False > |
Specialization for calls with argument and no parameters. More... | |
class | casa::WrapperData_VF< T, Vector< T >, T, True, False > |
Specialization for calls with argument and no parameters. More... | |
class | casa::WrapperData_FF< T, T, T, False, False > |
Specialization for calls with no arguments and no parameters. More... | |
Namespaces | |
namespace | casa |
this file contains all the compiler specific defines | |
Defines | |
#define | WrapperData_TT |
#define | WrapperData_VT |
#define | WrapperData_TV |
#define | WrapperData_VV |
#define | WrapperData_FT |
#define | WrapperData_FV |
#define | WrapperData_TF |
#define | WrapperData_VF |
#define | WrapperData_FF |
#define WrapperData_FF |
Definition at line 435 of file WrapperData.h.
#define WrapperData_FT |
Definition at line 275 of file WrapperData.h.
#define WrapperData_FV |
Definition at line 314 of file WrapperData.h.
#define WrapperData_TF |
Definition at line 353 of file WrapperData.h.
#define WrapperData_TT |
Definition at line 92 of file WrapperData.h.
#define WrapperData_TV |
Definition at line 190 of file WrapperData.h.
#define WrapperData_VF |
Definition at line 394 of file WrapperData.h.
#define WrapperData_VT |
Definition at line 149 of file WrapperData.h.
#define WrapperData_VV |
Definition at line 232 of file WrapperData.h.