#include "define.h"
#include "Enforce.h"
#include "LokiInclude.h"
#include <bamboo/BaseMsg.h>
#include <bamboo/XML.h>
#include <cstdlib>
#include <vector>
#include <string>
#include <sys/time.h>
Go to the source code of this file.
Classes | |
| class | FountainMessage |
| Base class for building all messages exchanged between Fountain nodes, server, and clients. More... | |
| class | FountainParseMessage |
| simple wrapper class around the bamboo library ParseMsg class More... | |
Typedefs | |
|
typedef Loki::SmartPtr< const FountainParseMessage > | ConstParseMsgPtr |
| SmartPtr object utilizing the default SmartPtr policies wrapped around a const FountainParseMessage pointer. | |
| typedef Loki::SmartPtr< FountainMessage > | FountainMessagePtr |
| SmartPtr object utilizing the default SmartPtr policies wrapped around a FountainMessage pointer. | |
| typedef Loki::SmartPtr< BambooLib::XMLElementList, Loki::RefCounted, Loki::DisallowConversion, Loki::RejectNullStrict > | XMLElementListPtr |
| SmartPtr object wrapped around a FountainMessage pointer. | |
1.4.6