Repo-Init
 
Loading...
Searching...
No Matches
ErrorHelpers.cpp File Reference
Include dependency graph for ErrorHelpers.cpp:

Go to the source code of this file.

Functions

char * checkError (int, char *buffer, int)
 
char * checkError (char *result, const char *, int)
 

Variables

std::vector< std::pair< std::string, std::shared_ptr< std::atomic_flag > > > vCheckFlag
 Global variable to check if the servers are running.
 

Function Documentation

◆ checkError() [1/2]

char * checkError ( char * result,
const char * ,
int  )

Definition at line 8 of file ErrorHelpers.cpp.

8{ return result; }

◆ checkError() [2/2]

char * checkError ( int ,
char * buffer,
int  )

Definition at line 6 of file ErrorHelpers.cpp.

6{ return buffer; }
Here is the caller graph for this function:

Variable Documentation

◆ vCheckFlag

std::vector<std::pair<std::string, std::shared_ptr<std::atomic_flag> > > vCheckFlag

Global variable to check if the servers are running.

Definition at line 4 of file ErrorHelpers.cpp.