Go to the source code of this file.
|
typedef void(* | f1) () |
|
typedef int(* | f2) (int) |
|
typedef int(* | f3) (int, bool) |
|
typedef void(UDT::* | mf1) () |
|
typedef int(UDT::* | mf2) () |
|
typedef int(UDT::* | mf3) (int) |
|
typedef int(UDT::* | mf4) (int, float) |
|
typedef int(UDT::* | cmf) (int) const |
|
typedef int & | r_type |
|
◆ claim_array
#define claim_array |
( |
| Type | ) |
|
◆ claim_enum
#define claim_enum |
( |
| Type | ) |
|
◆ claim_floating
#define claim_floating |
( |
| Type | ) |
|
◆ claim_integral
#define claim_integral |
( |
| Type | ) |
|
◆ claim_lref
#define claim_lref |
( |
| Type | ) |
|
◆ claim_mbrfctnptr
#define claim_mbrfctnptr |
( |
| Type | ) |
|
◆ claim_mbrobjptr
#define claim_mbrobjptr |
( |
| Type | ) |
|
◆ claim_ptr
#define claim_ptr |
( |
| Type | ) |
|
◆ claim_ref
#define claim_ref |
( |
| Type | ) |
|
◆ claim_void
#define claim_void |
( |
| Type | ) |
|
◆ has_array_type
#define has_array_type |
( |
| Type | ) |
|
Value:
#define claim_array(Type)
Referenced by main().
◆ has_enum_type
#define has_enum_type |
( |
| Type | ) |
|
◆ has_floating_type
#define has_floating_type |
( |
| Type | ) |
|
Value:
#define claim_floating(Type)
Referenced by main().
◆ has_integral_type
#define has_integral_type |
( |
| Type | ) |
|
Value:
#define claim_integral(Type)
Referenced by main().
◆ has_lref_type
#define has_lref_type |
( |
| Type | ) |
|
◆ has_mbrfctnptr_type
#define has_mbrfctnptr_type |
( |
| Type | ) |
|
Value:
#define claim_mbrfctnptr(Type)
Referenced by main().
◆ has_mbrobjptr_type
#define has_mbrobjptr_type |
( |
| Type | ) |
|
Value:
#define claim_mbrobjptr(Type)
Referenced by main().
◆ has_nonarray_type
#define has_nonarray_type |
( |
| Type | ) |
|
◆ has_nonenum_type
#define has_nonenum_type |
( |
| Type | ) |
|
◆ has_nonfloating_type
#define has_nonfloating_type |
( |
| Type | ) |
|
◆ has_nonintegral_type
#define has_nonintegral_type |
( |
| Type | ) |
|
◆ has_nonlref_type
#define has_nonlref_type |
( |
| Type | ) |
|
◆ has_nonmbrfctnptr_type
#define has_nonmbrfctnptr_type |
( |
| Type | ) |
|
◆ has_nonmbrobjptr_type
#define has_nonmbrobjptr_type |
( |
| Type | ) |
|
◆ has_nonptr_type
#define has_nonptr_type |
( |
| Type | ) |
|
◆ has_nonref_type
#define has_nonref_type |
( |
| Type | ) |
|
◆ has_nonvoid_type
#define has_nonvoid_type |
( |
| Type | ) |
|
◆ has_ptr_type
#define has_ptr_type |
( |
| Type | ) |
|
◆ has_ref_type
#define has_ref_type |
( |
| Type | ) |
|
◆ has_void_type
#define has_void_type |
( |
| Type | ) |
|
◆ lref
Value:
#define has_ref_type(Type)
#define has_lref_type(Type)
Referenced by main().
◆ nonref
Value:
#define has_nonref_type(Type)
#define has_nonlref_type(Type)
Referenced by main().
◆ cmf
typedef int(UDT::* cmf) (int) const |
◆ f1
◆ f2
◆ f3
typedef int(* f3) (int, bool) |
◆ mf1
typedef void(UDT::* mf1) () |
◆ mf2
typedef int(UDT::* mf2) () |
◆ mf3
typedef int(UDT::* mf3) (int) |
◆ mf4
typedef int(UDT::* mf4) (int, float) |
◆ r_type
◆ enum1
◆ enum2
◆ enum_UDT
◆ main()
Definition at line 262 of file testPrimaryTraits.cc.
References has_array_type, has_enum_type, has_floating_type, has_integral_type, has_mbrfctnptr_type, has_mbrobjptr_type, has_nonarray_type, has_nonenum_type, has_nonfloating_type, has_nonintegral_type, has_nonmbrfctnptr_type, has_nonmbrobjptr_type, has_nonptr_type, has_nonvoid_type, has_ptr_type, has_void_type, lref, and nonref.