Teonet library  0.4.7
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
teodb_ex_cpp_2.cpp File Reference
#include <cstring>
#include <condition_variable>
#include "teonet.hpp"

Macros

#define TDB_VERSION   "0.0.2"
 
#define APPNAME   _ANSI_MAGENTA "teodb_ex" _ANSI_NONE
 
#define TEODB_PEER   getKe()->teo_cfg.app_argv[1]
 
#define TEODB_EX_KEY   "teo_db_ex"
 
#define TEST_KEY   "test"
 
#define TEST_VALUE   "{ \"name\": \"1\" }"
 

Functions

int main (int argc, char **argv)
 Main Teonet Database example function. More...
 

Macro Definition Documentation

#define APPNAME   _ANSI_MAGENTA "teodb_ex" _ANSI_NONE
#define TDB_VERSION   "0.0.2"

Referenced by main().

#define TEODB_EX_KEY   "teo_db_ex"
#define TEODB_PEER   getKe()->teo_cfg.app_argv[1]
#define TEST_KEY   "test"
#define TEST_VALUE   "{ \"name\": \"1\" }"

Function Documentation

int main ( int  argc,
char **  argv 
)

Main Teonet Database example function.

Parameters
argcNumber of arguments
argvArguments array
Returns

References TDB_VERSION, and VERSION.