MIDAS
Loading...
Searching...
No Matches
Event Struct Reference
Collaboration diagram for Event:

Public Member Functions

 Event ()
 
 ~Event ()
 

Public Attributes

std::string event_name
 
std::string table_name
 
std::vector< Tagtags
 
bool active
 
bool printAllTags
 
int size
 
std::map< std::string, Tag * > tags
 
std::vector< std::string > tagNames
 
std::vector< inttagIndexes
 

Detailed Description

Definition at line 806 of file history_odbc.cxx.

Constructor & Destructor Documentation

◆ Event()

Event::Event ( )
inline

Definition at line 813 of file history_odbc.cxx.

814 {
815 active = false;
816 }
bool active

◆ ~Event()

Event::~Event ( )
inline

Definition at line 818 of file history_odbc.cxx.

819 {
820 active = false;
821 }

Member Data Documentation

◆ active

bool Event::active

Definition at line 811 of file history_odbc.cxx.

◆ event_name

std::string Event::event_name

Definition at line 808 of file history_odbc.cxx.

◆ printAllTags

bool Event::printAllTags

Definition at line 114 of file mhdump.cxx.

◆ size

int Event::size

Definition at line 115 of file mhdump.cxx.

◆ table_name

std::string Event::table_name

Definition at line 809 of file history_odbc.cxx.

◆ tagIndexes

std::vector<int> Event::tagIndexes

Definition at line 118 of file mhdump.cxx.

◆ tagNames

std::vector<std::string> Event::tagNames

Definition at line 117 of file mhdump.cxx.

◆ tags [1/2]

std::map<std::string,Tag*> Event::tags

Definition at line 116 of file mhdump.cxx.

◆ tags [2/2]

std::vector<Tag> Event::tags

Definition at line 810 of file history_odbc.cxx.


The documentation for this struct was generated from the following files: