#pragma once #include "ThirdPartyHeadersBegin.h" #include #include "ThirdPartyHeadersEnd.h" #include "MASTER.h" #include "GLOBAL.h" #include "CodeContract.h" #include "fileStuff.h" #include "StandardIntegralTypes.h" namespace tecplot { namespace ___3933 { typedef std::pair StdPairFloat; typedef std::pair StdPairDouble; typedef std::pair StdPairInt32; typedef std::pair StdPairInt16; typedef std::pair StdPairUInt8; template struct ___199; template <> struct ___199 { static int32_t const size = ___194; static char const* ___1474; }; template <> struct ___199 { static int32_t const size = ___211; static char const* ___1474; }; template <> struct ___199 { static int32_t const size = ASCII_INT16_LEN; static char const* ___1474; }; template <> struct ___199 { static int32_t const size = ___208; static char const* ___1474; }; template <> struct ___199 { static int32_t const size = ASCII_INT32_LEN; static char const* ___1474; }; template <> struct ___199 { static int32_t const size = ___209; static char const* ___1474; }; template <> struct ___199 { static int32_t const size = ASCII_INT64_LEN; static char const* ___1474; }; template <> struct ___199 { static int32_t const size = ___210; static char const* ___1474; }; template <> struct ___199 { static int32_t const size = ___196; static char const* ___1474; }; template <> struct ___199 { static int32_t const size = ___195; static char const* ___1474; }; template <> struct ___199 { static int32_t const size = ASCII_UINT8_MINMAX_LEN; }; template <> struct ___199 { static int32_t const size = ASCII_INT16_MINMAX_LEN; }; template <> struct ___199 { static int32_t const size = ASCII_INT32_MINMAX_LEN; }; template <> struct ___199 { static int32_t const size = ASCII_FLOAT_MINMAX_LEN; }; template <> struct ___199 { static int32_t const size = ASCII_DOUBLE_MINMAX_LEN; }; template <> struct ___199 { static int32_t const size = ASCII_HEXUINT8_LEN; static char const* ___1474; }; template <> struct ___199 { static int32_t const size = ASCII_HEXUINT16_LEN; static char const* ___1474; }; template <> struct ___199 { static int32_t const size = ___197; static char const* ___1474; }; template ___372 encodeAsciiValue(char *str, int ___418, T const& ___4298) { REQUIRE(VALID_REF(str)); REQUIRE(___418 > 0); int nChars = 0; if (___4298 == ___4298) nChars = snprintf(str, ___418, ___199::___1474, -___199::size, ___4298 + base); else nChars = snprintf(str, ___418, ___199::___1474, -___199::size, (T)0); ___372 ___2039 = (nChars > 0 && nChars < ___418); ENSURE(VALID_BOOLEAN(___2039)); return ___2039; } }}