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

Public Attributes

db_err_msgnext = NULL
 
int message_type = 0
 
std::string filename
 
int line = 0
 
std::string routine
 
std::string text
 

Detailed Description

Definition at line 101 of file odb.cxx.

Member Data Documentation

◆ filename

std::string db_err_msg_struct::filename

Definition at line 105 of file odb.cxx.

◆ line

int db_err_msg_struct::line = 0

Definition at line 106 of file odb.cxx.

◆ message_type

int db_err_msg_struct::message_type = 0

Definition at line 104 of file odb.cxx.

◆ next

db_err_msg* db_err_msg_struct::next = NULL

Definition at line 103 of file odb.cxx.

◆ routine

std::string db_err_msg_struct::routine

Definition at line 107 of file odb.cxx.

◆ text

std::string db_err_msg_struct::text

Definition at line 108 of file odb.cxx.


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