Version: 9.12.0
testDF.cxx File Reference
#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 "Basics_Utils.hxx"
#include "Basics_DirUtils.hxx"
#include <unistd.h>
#include <sys/time.h>
#include <sys/stat.h>
#include <sys/types.h>
#include <pwd.h>
Include dependency graph for testDF.cxx:

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 ()
 

Function Documentation

◆ divideString()

std::string divideString ( const std::string &  theValue,
int  nbChars 
)

◆ Exists()

bool Exists ( const std::string  thePath)

◆ GetDirFromPath()

std::string GetDirFromPath ( const std::string &  thePath)

References ORBConfigFile::path.

◆ GetNameFromPath()

std::string GetNameFromPath ( const std::string &  thePath)

◆ GetSystemDate()

void GetSystemDate ( int &  year,
int &  month,
int &  day,
int &  hours,
int &  minutes,
int &  seconds 
)

References TestSalomeSDS1::st.

◆ GetUserName()

std::string GetUserName ( )

◆ main()

◆ printStr()

void printStr ( const std::string &  theValue)

◆ splitString()

std::vector<std::string> splitString ( const std::string &  theValue,
char  separator 
)