Contains the class definition for kicking off the program. More...
#include <boost/interprocess/managed_shared_memory.hpp>#include <log4cpp/Category.hh>#include <vector>#include "sharedmemtypes.h"

Go to the source code of this file.
Classes | |
| class | CLIHandler |
| This class is responsible for providing an execution harness into the Byzantine Generals coding sample. It is intended to be called directly from main(). More... | |
Namespaces | |
| namespace | ByzGeneralsReturnCodes |
Main's potential return codes on program exit. | |
Enumerations | |
| enum | ByzGeneralsReturnCodes::type { ByzGeneralsReturnCodes::kNoError = 0, ByzGeneralsReturnCodes::kHelpExitNoError, ByzGeneralsReturnCodes::kInvalidInput, ByzGeneralsReturnCodes::kIPCError, ByzGeneralsReturnCodes::kUnknown } |
|
More... | |
Contains the class definition for kicking off the program.
Definition in file clihandler.h.
1.6.3