hce-node application  1.4.3
HCE Hierarchical Cluster Engine node application
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Funcs.h File Reference
#include <sys/time.h>
Include dependency graph for Funcs.h:

Go to the source code of this file.

Functions

int strRcmp (const char *str, const char *str1)
const char * strRstr (const char *str, const char *str1)
bool beganRstr (const char *str, const char *str1)
bool beganStr (const char *str, const char *str1)
char ** breakBuffByString (const char *buff, char *strSeparate, unsigned int &stringsCount)
char ** breakBuffBySymbol (const char *buff, char symbol, unsigned int &stringsCount)
void breakBeginSubStr (char **massStrings, unsigned int stringsCount, const char *subStr)
const char * strRepl (const char *baseStr, const char **replFrom, const char **replTo, unsigned int replCount, bool chg)
const char * getFileExtension (const char *str)
void recurseRemove (const char *fName)
void createGMTString (char *ret, const char *previousStr, time_t timeVal)
const char * createGMTString (const char *previousStr, time_t timeVal)

Function Documentation

bool beganRstr ( const char *  str,
const char *  str1 
)

Definition at line 82 of file Funcs.cpp.

bool beganStr ( const char *  str,
const char *  str1 
)

Definition at line 111 of file Funcs.cpp.

void breakBeginSubStr ( char **  massStrings,
unsigned int  stringsCount,
const char *  subStr 
)

Definition at line 271 of file Funcs.cpp.

char** breakBuffByString ( const char *  buff,
char *  strSeparate,
unsigned int &  stringsCount 
)

Definition at line 135 of file Funcs.cpp.

char** breakBuffBySymbol ( const char *  buff,
char  symbol,
unsigned int &  stringsCount 
)

Definition at line 213 of file Funcs.cpp.

void createGMTString ( char *  ret,
const char *  previousStr,
time_t  timeVal 
)

Definition at line 457 of file Funcs.cpp.

const char* createGMTString ( const char *  previousStr,
time_t  timeVal 
)

Definition at line 471 of file Funcs.cpp.

const char* getFileExtension ( const char *  str)

Definition at line 368 of file Funcs.cpp.

void recurseRemove ( const char *  fName)

Definition at line 418 of file Funcs.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

int strRcmp ( const char *  str,
const char *  str1 
)

Definition at line 16 of file Funcs.cpp.

const char* strRepl ( const char *  baseStr,
const char **  replFrom,
const char **  replTo,
unsigned int  replCount,
bool  chg 
)

Definition at line 285 of file Funcs.cpp.

const char* strRstr ( const char *  str,
const char *  str1 
)

Definition at line 47 of file Funcs.cpp.