Ginan
Loading...
Searching...
No Matches
mongo.hpp File Reference

Data Structures

struct  Mongo
 
struct  MongoLogSinkBackend
 

Functions

std::string toString (const char *cstr)
 Converts a C-style string (const char*) to a std::string.
 
b_date bDate (const GTime &time)
 
void mongoooo ()
 
vector< E_Mongo > mongoInstances (E_Mongo selection)
 
bool startNewMongoDb (const string &id, boost::posix_time::ptime logptime, string new_database, E_Mongo instance)
 
string formatSeries (string series)
 
document entryToDocument (DBEntry &entry, bool type)
 

Namespaces

namespace  Constants
 
namespace  Mongo
 Contains constant string literals used for MongoDB database and field names.
 
namespace  Constants::Mongo
 

Function Documentation

◆ bDate()

b_date bDate ( const GTime & time)
Here is the caller graph for this function:

◆ entryToDocument()

document entryToDocument ( DBEntry & entry,
bool type )
Here is the caller graph for this function:

◆ formatSeries()

string formatSeries ( string series)
Here is the caller graph for this function:

◆ mongoInstances()

vector< E_Mongo > mongoInstances ( E_Mongo selection)
Here is the caller graph for this function:

◆ mongoooo()

void mongoooo ( )
Here is the call graph for this function:
Here is the caller graph for this function:

◆ startNewMongoDb()

bool startNewMongoDb ( const string & id,
boost::posix_time::ptime logptime,
string new_database,
E_Mongo instance )
Here is the call graph for this function:
Here is the caller graph for this function:

◆ toString()

std::string toString ( const char * cstr)
inline

Converts a C-style string (const char*) to a std::string.

Parameters
cstrA pointer to a null-terminated C-style string.
Returns
A std::string object containing the same characters as the input C-style string.
Here is the caller graph for this function: