Definition in file Various_def.h.
Go to the source code of this file.
Typedefs | |
typedef Type::false_t | Tag_false |
The false tag. | |
Functions | |
bool | check_type (Tag_true) |
These functions check the validity of a tag. | |
bool | check_type (Tag_false) |
These functions check the validity of a tag. | |
Variables | |
__BEGIN_NAMESPACE_SYNAPS typedef Type::true_t | Tag_true |
The true tag. |
typedef Type::false_t Tag_false |
bool check_type | ( | Tag_false | ) |
These functions check the validity of a tag.
Tag_false |
Definition at line 40 of file Various_def.h.
bool check_type | ( | Tag_true | ) |
These functions check the validity of a tag.
Tag_true |
Definition at line 31 of file Various_def.h.
__BEGIN_NAMESPACE_SYNAPS typedef Type::true_t Tag_true |