Zero  0.1.0
Macros | Functions
command.cpp File Reference
#include "command.h"
#include "kits_cmd.h"
#include "genarchive.h"
#include "mergeruns.h"
#include "agglog.h"
#include "logcat.h"
#include "verifylog.h"
#include "truncatelog.h"
#include "propstats.h"
#include "logpagestats.h"
#include "loganalysis.h"
#include "dbscan.h"
#include "addbackup.h"
#include "xctlatency.h"
#include "tracerestore.h"
#include "archstats.h"
#include "logrecinfo.h"
#include "nodbgen.h"
#include "log_carray.h"
#include <boost/foreach.hpp>

Macros

#define REGISTER_COMMAND(str, cmd)
 

Functions

template<typename T >
CommandcreateCommand ()
 

Macro Definition Documentation

§ REGISTER_COMMAND

#define REGISTER_COMMAND (   str,
  cmd 
)
Value:
{ \
Command::constructorMap[str] = &createCommand<cmd>; \
}
static ConstructorMap constructorMap
Definition: command.h:56

Function Documentation

§ createCommand()

template<typename T >
Command* createCommand ( )