#include <stlsoft/stlsoft.h>
Go to the source code of this file.
Namespaces | |
| namespace | stlsoft |
Defines | |
| #define | STLSOFT_DECLARE_FWD_ENUM(X) |
| #define | STLSOFT_DEFINE_FWD_ENUM_BEGIN(X) |
| #define | STLSOFT_DEFINE_FWD_ENUM_END(X) |
| #define STLSOFT_DECLARE_FWD_ENUM | ( | X | ) |
Value:
\
struct X ## _type_; \
\
typedef X ## _type_ X
| #define STLSOFT_DEFINE_FWD_ENUM_BEGIN | ( | X | ) |
Value:
\
enum X ## _enum_ \
{
1.5.6