WSF
UtPack.cpp File Reference
#include "UtPack.hpp"
#include <iostream>
#include <set>
#include <sstream>
#include "UtCompilerAttributes.hpp"
#include "UtMemory.hpp"
#include "UtPackSchema.hpp"
#include "UtPackStream.hpp"
#include "UtStringUtil.hpp"
#include "Utml.hpp"
Include dependency graph for UtPack.cpp:

Macros

#define AC(A, B)
#define AC_ALL(A)

Macro Definition Documentation

◆ AC

#define AC ( A,
B )
Value:
RegisterConversion(#A, \
#B, \
ut::make_unique<UtPackSerializeFunctorCastConvert<A, B>>(), \
ut::make_unique<UtPackSerializeFunctorCastConvert<B, A>>())

◆ AC_ALL

#define AC_ALL ( A)
Value:
AC(A, std::int8_t); \
AC(A, std::int16_t); \
AC(A, std::int64_t); \
AC(A, unsigned int); \
AC(A, std::uint8_t); \
AC(A, std::uint16_t); \
AC(A, std::uint64_t); \
AC(A, float); \
AC(A, double)
#define AC(A, B)

Referenced by UtPackSerializer::RegisterBuiltinTypes().

Copyrights Multiple, All Rights Reserved