#include <fileio.h>
|
static void | open_file (std::ifstream &stream, const std::string &filename) |
|
static void | add_path (const std::string &path) |
|
static void | not_found (const std::string &filename) |
|
Definition at line 21 of file fileio.h.
static void sprockit::SpktFileIO::add_path |
( |
const std::string & |
path | ) |
|
|
static |
static void sprockit::SpktFileIO::not_found |
( |
const std::string & |
filename | ) |
|
|
static |
static void sprockit::SpktFileIO::open_file |
( |
std::ifstream & |
stream, |
|
|
const std::string & |
filename |
|
) |
| |
|
static |
std::list<std::string> sprockit::SpktFileIO::file_paths_ |
|
staticprivate |
The documentation for this class was generated from the following file: