|
Medial Code Documentation
|
Utilities to manipulate files. More...
#include <dmlc/logging.h>#include <dmlc/io.h>#include <algorithm>#include <string>#include <vector>#include <random>#include <unistd.h>#include <sys/stat.h>#include <sys/types.h>Go to the source code of this file.
Data Structures | |
| class | dmlc::TemporaryDirectory |
| Manager class for temporary directories. Whenever a new TemporaryDirectory object is constructed, a temporary directory is created. The directory is deleted when the object is deleted or goes out of scope. Note: no symbolic links are allowed inside the temporary directory. More... | |
Namespaces | |
| namespace | dmlc |
| namespace for dmlc | |
Utilities to manipulate files.
Copyright (c) 2018 by Contributors