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..
![]() ![]() |
Go to the source code of this file.
Macros | |
#define | __EXPORT __SHARED |
#define | COMMONCPP_HEADERS |
#define | CCXX_NAMESPACES |
#define | COMMONCPP_NAMESPACE ost |
#define | NAMESPACE_COMMONCPP namespace ost { |
#define | TIMEOUT_INF ucommon::Timer::inf |
#define | CCXX_EXCEPTIONS |
Typedefs | |
typedef pthread_t | cctid_t |
typedef int8_t | int8 |
typedef uint8_t | uint8 |
typedef int16_t | int16 |
typedef uint16_t | uint16 |
typedef int32_t | int32 |
typedef uint32_t | uint32 |
typedef int64_t | int64 |
typedef uint64_t | uint64 |
#define TIMEOUT_INF ucommon::Timer::inf |