#include <stdio.h>#include <iostream>#include <vector>#include <string>#include <string.h>#include "DF_definitions.hxx"#include "DF_Application.hxx"#include "DF_Document.hxx"#include "DF_Attribute.hxx"#include "DF_Label.hxx"#include "DF_Container.hxx"#include "DF_ChildIterator.hxx"#include <unistd.h>#include <sys/time.h>#include <sys/stat.h>#include <sys/types.h>#include <pwd.h>
Functions | |
| void | printStr (const std::string &theValue) |
| void | GetSystemDate (int &year, int &month, int &day, int &hours, int &minutes, int &seconds) |
| std::string | GetUserName () |
| std::string | GetNameFromPath (const std::string &thePath) |
| std::string | GetDirFromPath (const std::string &thePath) |
| bool | Exists (const std::string thePath) |
| std::string | divideString (const std::string &theValue, int nbChars) |
| std::vector< std::string > | splitString (const std::string &theValue, char separator) |
| int | main (int argc, char *argv[]) |
| std::string divideString | ( | const std::string & | theValue, |
| int | nbChars | ||
| ) |
| bool Exists | ( | const std::string | thePath | ) |
| std::string GetDirFromPath | ( | const std::string & | thePath | ) |
| std::string GetNameFromPath | ( | const std::string & | thePath | ) |
| void GetSystemDate | ( | int & | year, |
| int & | month, | ||
| int & | day, | ||
| int & | hours, | ||
| int & | minutes, | ||
| int & | seconds | ||
| ) |
| std::string GetUserName | ( | ) |
| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |
| void printStr | ( | const std::string & | theValue | ) |
| std::vector<std::string> splitString | ( | const std::string & | theValue, |
| char | separator | ||
| ) |