#include "message/Message.h"
#include "zg/ZGNameSpace.h"
Go to the source code of this file.
|
| zg |
| The zg namespace contains the public API of the ZG library.
|
|
|
#define | ZG_VERSION_STRING "1.00" |
| The current version of the ZG distribution, expressed as an ASCII string. More...
|
|
#define | ZG_VERSION 10000 |
| Current version, expressed as decimal Mmmbb, where (M) is the number before the decimal point, (mm) is the number after the decimal point, and (bb) is reserved. More...
|
|
|
String | PeerInfoToString (const ConstMessageRef &peerInfo) |
| Convenience method: Given a peer-info Message, returns a single-line string description of that Message (e.g. More...
|
|
Current version, expressed as decimal Mmmbb, where (M) is the number before the decimal point, (mm) is the number after the decimal point, and (bb) is reserved.
Definition at line 11 of file ZGConstants.h.
#define ZG_VERSION_STRING "1.00" |
The current version of the ZG distribution, expressed as an ASCII string.
Definition at line 10 of file ZGConstants.h.