stlsoft/util/forward_enums.hpp File Reference


Detailed Description

[C++ only] Macros for declaring and defining forward enums (Utility Library).

#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 Documentation

#define STLSOFT_DECLARE_FWD_ENUM (  ) 

Value:

\
    struct X ## _type_;                                         \
                                                                \
    typedef X ## _type_ X

#define STLSOFT_DEFINE_FWD_ENUM_BEGIN (  ) 

Value:

\
    enum X ## _enum_                                            \
    {


Generated on Thu Jun 10 08:58:11 2010 for STLSoft by  doxygen 1.5.6