WARPXM v1.10.0
|
#include "wxexcept.h"
#include <algorithm>
#include <cstddef>
#include <stdint.h>
#include <string>
#include <typeinfo>
#include <vector>
#include "detail/wxany.tcc"
Go to the source code of this file.
Namespaces | |
namespace | wxm |
Base namespace for everything not included in the global namespace. | |
namespace | wxm::detail |
Macros | |
#define | WXCASTER_HELPER(TYPE) |
#define | WXVECCASTER_HELPER(TYPE) |
Functions | |
template<typename VALUETYPE > | |
VALUETYPE | wx_access_payload_with_type_check (const WxAny &operand) |
Extract the data from the WxAny object. | |
template<typename VALUETYPE > | |
VALUETYPE | wx_access_payload_with_type_check (WxAny &operand) |
Extract the data from the WxAny object. | |
#define WXCASTER_HELPER | ( | TYPE | ) |
#define WXVECCASTER_HELPER | ( | TYPE | ) |