ldas-tools-ldasgen  2.7.2
Namespaces | Macros | Typedefs | Functions | Variables
Symbols.cc File Reference
#include "ldasgen_config.h"
#include "ldastoolsal/mutexlock.hh"
#include "ldastoolsal/unordered_map.hh"
#include "genericAPI/LDASplatform.hh"
#include "genericAPI/Symbols.hh"
Include dependency graph for Symbols.cc:

Namespaces

 GenericAPI
 
 GenericAPI::Symbols
 

Macros

#define INIT(x, y)
 

Typedefs

typedef unordered_map< std::string, std::string > GenericAPI::email_notify_container_type
 

Functions

void GenericAPI::APINameGet (std::string &Name)
 
void GenericAPI::APINameSet (const std::string &Name)
 
static MutexLock::baton_type GenericAPI::EMailNotifyBaton (__FILE__, __LINE__)
 
void GenericAPI::EMailNotifyGet (const std::string &Name, std::string &Value)
 
void GenericAPI::EMailNotifySet (const std::string &Name, const std::string &Value)
 
 GenericAPI::Symbols::SYMBOL_CLASS_INIT (HTTP_URL, "")
 
 GenericAPI::Symbols::SYMBOL_CLASS_INIT (LDAS_ARCHIVE_DIR, "")
 
 GenericAPI::Symbols::SYMBOL_CLASS_INIT (LDAS_LOG_DIR, "")
 
 GenericAPI::Symbols::SYMBOL_CLASS_INIT (LDAS_MANAGER_HOST, "")
 
 GenericAPI::Symbols::SYMBOL_CLASS_INIT (LDAS_MANAGER_KEY, "")
 
 GenericAPI::Symbols::SYMBOL_CLASS_INIT (LDAS_MANAGER_PORT_EMERGENCY, 0)
 
 GenericAPI::Symbols::SYMBOL_CLASS_INIT (LDAS_SYSTEM, "StandAlone")
 
 GenericAPI::Symbols::SYMBOL_CLASS_INIT (RUN_CODE, "StandAlone")
 

Variables

static email_notify_container_type GenericAPI::EMailNotify
 

Macro Definition Documentation

◆ INIT

#define INIT (   x,
 
)
Value:
MutexLock::baton_type symbol< x::value_type >::m_baton( __FILE__, \
__LINE__ ); \
x::value_type symbol< x::value_type >::m_value = y
boost::shared_ptr< lStat > value_type
Definition: Stat.cc:164