ucommon
commoncpp.h
1 #ifndef COMMONCPP_COMMONCPP_H_
2 #define COMMONCPP_COMMONCPP_H_
3 
4 #include <commoncpp/config.h>
5 #include <commoncpp/pointer.h>
6 #include <commoncpp/string.h>
7 #include <commoncpp/exception.h>
8 #include <commoncpp/thread.h>
9 #include <commoncpp/slog.h>
10 #include <commoncpp/address.h>
11 #include <commoncpp/socket.h>
12 #include <commoncpp/udp.h>
13 #include <commoncpp/tcp.h>
14 #include <commoncpp/dccp.h>
15 #include <commoncpp/numbers.h>
16 #include <commoncpp/process.h>
17 #include <commoncpp/file.h>
18 #include <commoncpp/mime.h>
19 #include <commoncpp/serial.h>
20 #include <commoncpp/tokenizer.h>
21 #include <commoncpp/object.h>
22 
23 #ifdef NEW_STDCPP
24 #include <commoncpp/applog.h>
25 #endif
26 
27 #endif
28 
Common C++ generic string class.
string tokenizer.
Network addresses and sockets related classes.
MIME document abstractions.
socket operations.
tcp derived socket classes.
Common C++ thread class and sychronization objects.
GNU Common C++ exception model base classes.
System logging facilities abstraction.
Process services.
udp derived socket classes.
Application logging facilities abstraction.
Serial I/O services.
Template for creating reference count managed smart pointers.