ucommon  7.0.0
About: GNU uCommon C++ is a portable and optimized class framework for writing C++ applications that need to use threads and support concurrent synchronization, and that use sockets, XML parsing, object serialization, thread-optimized string and data structure classes, etc..
  Fossies Dox: ucommon-7.0.0.tar.gz  ("unofficial" and yet experimental doxygen-generated source code documentation)  

Loading...
Searching...
No Matches
ucommon::Type Namespace Reference

Classes

class  HostAddress
 
class  InetAddress
 
class  SockAddress
 

Typedefs

typedef int32_t Integer
 
typedef double Real
 
typedef const char * Chars
 
typedef const uint8_t * Bytes
 
typedef const uint8_t * Bools
 

Typedef Documentation

◆ Bools

typedef const uint8_t* ucommon::Type::Bools

Definition at line 738 of file typeref.h.

◆ Bytes

typedef const uint8_t* ucommon::Type::Bytes

Definition at line 737 of file typeref.h.

◆ Chars

typedef const char* ucommon::Type::Chars

Definition at line 736 of file typeref.h.

◆ Integer

typedef int32_t ucommon::Type::Integer

Definition at line 734 of file typeref.h.

◆ Real

typedef double ucommon::Type::Real

Definition at line 735 of file typeref.h.