Os-specifics.
More...
#include <Os.h>
Os-specifics.
- Author
- Julien Tierny julie.nosp@m.n.ti.nosp@m.erny@.nosp@m.lip6.nosp@m..fr
- Date
- June 2013.
Definition at line 61 of file Os.h.
◆ getCurrentDirectory()
int ttk::OsCall::getCurrentDirectory |
( |
std::string & |
directoryPath | ) |
|
|
static |
◆ getMemoryInstantUsage()
float ttk::OsCall::getMemoryInstantUsage |
( |
| ) |
|
|
static |
◆ getNumberOfCores()
int ttk::OsCall::getNumberOfCores |
( |
| ) |
|
|
static |
◆ getTotalMemoryUsage()
float ttk::OsCall::getTotalMemoryUsage |
( |
| ) |
|
|
static |
◆ listFilesInDirectory()
std::vector< std::string > ttk::OsCall::listFilesInDirectory |
( |
const std::string & |
directoryName, |
|
|
const std::string & |
extension |
|
) |
| |
|
static |
◆ mkDir()
int ttk::OsCall::mkDir |
( |
const std::string & |
directoryName | ) |
|
|
static |
◆ nearbyint()
int ttk::OsCall::nearbyint |
( |
const double & |
x | ) |
|
|
static |
◆ rmDir()
int ttk::OsCall::rmDir |
( |
const std::string & |
directoryName | ) |
|
|
static |
◆ rmFile()
int ttk::OsCall::rmFile |
( |
const std::string & |
fileName | ) |
|
|
static |
◆ roundToNearestInt()
int ttk::OsCall::roundToNearestInt |
( |
const double & |
val | ) |
|
|
inlinestatic |
Definition at line 86 of file Os.h.
The documentation for this class was generated from the following files:
- /home/julien/Pro/git/github/ttk-tierny/core/base/common/Os.h
- /home/julien/Pro/git/github/ttk-tierny/core/base/common/Os.cpp