BmnRoot
Loading...
Searching...
No Matches
ElogConnection.h File Reference
#include "elog_db_settings.h"
#include <TSQLServer.h>
#include <iostream>
#include <map>
#include <string>
Include dependency graph for ElogConnection.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  ElogConnection
 

Typedefs

typedef map< string, TSQLServer * > mapSQLServer
 
typedef pair< string, TSQLServer * > pairSQLServer
 
typedef map< string, TSQLServer * >::iterator itSQLServer
 

Typedef Documentation

◆ itSQLServer

typedef map<string,TSQLServer*>::iterator itSQLServer

Definition at line 24 of file ElogConnection.h.

◆ mapSQLServer

typedef map<string, TSQLServer*> mapSQLServer

Definition at line 22 of file ElogConnection.h.

◆ pairSQLServer

typedef pair<string, TSQLServer*> pairSQLServer

Definition at line 23 of file ElogConnection.h.