xrootd
Enumerations | Functions
XrdMonUtils.hh File Reference
#include "XProtocol/XPtypes.hh"
#include <string>
#include <utility>
Include dependency graph for XrdMonUtils.hh:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Enumerations

enum  { GMT = 1 }
 

Functions

string generateTimestamp ()
 
string timestamp2string (kXR_int32 t, bool gmt=false)
 
void timestamp2string (kXR_int32 t, char s[24], bool gmt)
 
pair< string, string > breakHostPort (const string &hp)
 
void mkdirIfNecessary (const char *dir)
 

Enumeration Type Documentation

anonymous enum
Enumerator
GMT 

Function Documentation

pair<string, string> breakHostPort ( const string &  hp)
string generateTimestamp ( )
void mkdirIfNecessary ( const char *  dir)
string timestamp2string ( kXR_int32  t,
bool  gmt = false 
)
void timestamp2string ( kXR_int32  t,
char  s[24],
bool  gmt 
)