ponder
3.2
C++ reflection library
|
Global information on the compile-time type Uses. More...
#include <uses.hpp>
Public Types | |
enum | { eRuntimeModule, PONDER_IF_LUA } |
typedef std::tuple< RuntimeUse PONDER_IF_LUA(, LuaUse) > | Users |
Metadata uses we are using. | |
typedef std::tuple< runtime::detail::FunctionCaller *PONDER_IF_LUA(, lua::detail::FunctionCaller *) > | PerFunctionUserData |
Type that stores the per-function uses data. | |
Global information on the compile-time type Uses.
anonymous enum |