XIOS
1.0
Xml I/O Server
|
Aller au code source de ce fichier.
Macros | |
#define | DECLARE_ATTRIBUTE(type, name,...) |
///////////////////////////// Macros ///////////////////////////// /// Plus de détails... | |
#define | DECLARE_ATTRIBUTE_PRIVATE(type, name,...) |
#define | DECLARE_ARRAY(T_num, T_rank, name,...) |
#define | DECLARE_ARRAY_PRIVATE(T_num, T_rank, name,...) |
#define | DECLARE_CLASS_ENUM(name,...) |
#define | DECLARE_ENUM2(name, arg1, arg2) |
#define | DECLARE_ENUM3(name, arg1, arg2, arg3) |
#define | DECLARE_ENUM4(name, arg1, arg2, arg3, arg4) |
#define | DECLARE_ENUM5(name, arg1, arg2, arg3, arg4, arg5) |
#define | DECLARE_ENUM6(name, arg1, arg2, arg3, arg4, arg5, arg6) |
#define | DECLARE_ENUM7(name, arg1, arg2, arg3, arg4, arg5, arg6, arg7) |
#define | DECLARE_ENUM8(name, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8) |
#define | DECLARE_ENUM9(name, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9) |
#define | DECLARE_TYPE(name) |
#define | BEGIN_DECLARE_ATTRIBUTE_MAP(type) |
#define | END_DECLARE_ATTRIBUTE_MAP(type) |
#define BEGIN_DECLARE_ATTRIBUTE_MAP | ( | type | ) |
Définition à la ligne 163 du fichier declare_attribute.hpp.
#define DECLARE_ARRAY | ( | T_num, | |
T_rank, | |||
name, | |||
... | |||
) |
Définition à la ligne 39 du fichier declare_attribute.hpp.
#define DECLARE_ARRAY_PRIVATE | ( | T_num, | |
T_rank, | |||
name, | |||
... | |||
) |
Définition à la ligne 50 du fichier declare_attribute.hpp.
#define DECLARE_ATTRIBUTE | ( | type, | |
name, | |||
... | |||
) |
///////////////////////////// Macros ///////////////////////////// ///
Définition à la ligne 5 du fichier declare_attribute.hpp.
#define DECLARE_ATTRIBUTE_PRIVATE | ( | type, | |
name, | |||
... | |||
) |
Définition à la ligne 21 du fichier declare_attribute.hpp.
#define DECLARE_CLASS_ENUM | ( | name, | |
... | |||
) |
Définition à la ligne 63 du fichier declare_attribute.hpp.
#define DECLARE_ENUM2 | ( | name, | |
arg1, | |||
arg2 | |||
) |
Définition à la ligne 73 du fichier declare_attribute.hpp.
#define DECLARE_ENUM3 | ( | name, | |
arg1, | |||
arg2, | |||
arg3 | |||
) |
Définition à la ligne 83 du fichier declare_attribute.hpp.
#define DECLARE_ENUM4 | ( | name, | |
arg1, | |||
arg2, | |||
arg3, | |||
arg4 | |||
) |
Définition à la ligne 93 du fichier declare_attribute.hpp.
#define DECLARE_ENUM5 | ( | name, | |
arg1, | |||
arg2, | |||
arg3, | |||
arg4, | |||
arg5 | |||
) |
Définition à la ligne 103 du fichier declare_attribute.hpp.
#define DECLARE_ENUM6 | ( | name, | |
arg1, | |||
arg2, | |||
arg3, | |||
arg4, | |||
arg5, | |||
arg6 | |||
) |
Définition à la ligne 113 du fichier declare_attribute.hpp.
#define DECLARE_ENUM7 | ( | name, | |
arg1, | |||
arg2, | |||
arg3, | |||
arg4, | |||
arg5, | |||
arg6, | |||
arg7 | |||
) |
Définition à la ligne 123 du fichier declare_attribute.hpp.
#define DECLARE_ENUM8 | ( | name, | |
arg1, | |||
arg2, | |||
arg3, | |||
arg4, | |||
arg5, | |||
arg6, | |||
arg7, | |||
arg8 | |||
) |
Définition à la ligne 133 du fichier declare_attribute.hpp.
#define DECLARE_ENUM9 | ( | name, | |
arg1, | |||
arg2, | |||
arg3, | |||
arg4, | |||
arg5, | |||
arg6, | |||
arg7, | |||
arg8, | |||
arg9 | |||
) |
Définition à la ligne 143 du fichier declare_attribute.hpp.
#define DECLARE_TYPE | ( | name | ) |
Définition à la ligne 153 du fichier declare_attribute.hpp.
#define END_DECLARE_ATTRIBUTE_MAP | ( | type | ) |
Définition à la ligne 168 du fichier declare_attribute.hpp.