MIDAS
Loading...
Searching...
No Matches
TMFeResult Class Reference

#include <tmfe.h>

Collaboration diagram for TMFeResult:

Public Member Functions

 TMFeResult ()
 
 TMFeResult (int code, const std::string &str)
 

Public Attributes

bool error_flag = false
 
int error_code = 0
 
std::string error_message = "success"
 

Detailed Description

Definition at line 86 of file tmfe.h.

Constructor & Destructor Documentation

◆ TMFeResult() [1/2]

TMFeResult::TMFeResult ( )
inline

Definition at line 94 of file tmfe.h.

94 { // default ctor for success
95 }

◆ TMFeResult() [2/2]

TMFeResult::TMFeResult ( int  code,
const std::string &  str 
)
inline

Definition at line 97 of file tmfe.h.

97 { // ctor
98 error_flag = true;
99 error_code = code;
101 }
bool error_flag
Definition tmfe.h:89
std::string error_message
Definition tmfe.h:91
int error_code
Definition tmfe.h:90
char str[256]
Definition odbhist.cxx:33

Member Data Documentation

◆ error_code

int TMFeResult::error_code = 0

Definition at line 90 of file tmfe.h.

◆ error_flag

bool TMFeResult::error_flag = false

Definition at line 89 of file tmfe.h.

◆ error_message

std::string TMFeResult::error_message = "success"

Definition at line 91 of file tmfe.h.


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