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

Go to the source code of this file.

Classes

class  TangoConnection
 

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 TangoConnection.h.

◆ mapSQLServer

typedef map<string, TSQLServer*> mapSQLServer

Definition at line 22 of file TangoConnection.h.

◆ pairSQLServer

typedef pair<string, TSQLServer*> pairSQLServer

Definition at line 23 of file TangoConnection.h.