Open CASCADE Technology 6.6.0
Defines | Typedefs
Standard_TypeDef.hxx File Reference
#include <cstddef>
#include <ctime>
#include <stdint.h>
#include <Standard_Macro.hxx>

Defines

#define Standard_False   (Standard_Boolean)0
#define Standard_True   (Standard_Boolean)1

Typedefs

typedef int Standard_Integer
typedef double Standard_Real
typedef unsigned int Standard_Boolean
typedef float Standard_ShortReal
typedef char Standard_Character
typedef short Standard_ExtCharacter
typedef unsigned char Standard_Byte
typedef void * Standard_Address
typedef size_t Standard_Size
typedef const char * Standard_CString
typedef const short * Standard_ExtString
typedef char Standard_Utf8Char
 signed UTF-8 char
typedef unsigned char Standard_Utf8UChar
 unsigned UTF-8 char
typedef uint16_t Standard_Utf16Char
 UTF-16 char (always unsigned)
typedef uint32_t Standard_Utf32Char
 UTF-32 char (always unsigned)
typedef wchar_t Standard_WideChar
 wide char (unsigned UTF-16 on Windows platform and signed UTF-32 on Linux)
typedef std::time_t Standard_Time

Define Documentation

#define Standard_False   (Standard_Boolean)0
#define Standard_True   (Standard_Boolean)1

Typedef Documentation

typedef void* Standard_Address
typedef unsigned int Standard_Boolean
typedef unsigned char Standard_Byte
typedef char Standard_Character
typedef const char* Standard_CString
typedef short Standard_ExtCharacter
typedef const short* Standard_ExtString
typedef double Standard_Real
typedef float Standard_ShortReal
typedef size_t Standard_Size
typedef std::time_t Standard_Time
typedef uint16_t Standard_Utf16Char
typedef uint32_t Standard_Utf32Char
typedef char Standard_Utf8Char
typedef unsigned char Standard_Utf8UChar
typedef wchar_t Standard_WideChar
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines