#include <string>
#include <vector>
Include dependency graph for NTypes.h:
This graph shows which files directly or indirectly include this file:
Namespaces | |
namespace | NCommon |
namespace | NiXPSAccess |
Typedefs | |
typedef unsigned char | NCommon::UInt8 |
typedef unsigned int | NCommon::UInt32 |
typedef unsigned short | NCommon::UInt16 |
typedef unsigned long long | NCommon::UInt64 |
typedef char | NCommon::Int8 |
typedef int | NCommon::Int32 |
typedef short | NCommon::Int16 |
typedef long long | NCommon::Int64 |
typedef std::string | NCommon::UTF8String |