#include <filesystem.hpp>
Public Member Functions | |
binary_paths_manager () | |
binary_paths_manager (const class config &cfg) | |
~binary_paths_manager () | |
void | set_paths (const class config &cfg) |
Private Member Functions | |
binary_paths_manager (const binary_paths_manager &o) | |
binary_paths_manager & | operator= (const binary_paths_manager &o) |
void | cleanup () |
Private Attributes | |
std::vector< std::string > | paths_ |
* [binary_path] * path=<path> * [/binary_path] * Binaries will be searched for in [wesnoth-path]/data/<path>/images/ *
Definition at line 143 of file filesystem.hpp.
binary_paths_manager::binary_paths_manager | ( | ) |
binary_paths_manager::binary_paths_manager | ( | const class config & | cfg | ) |
binary_paths_manager::~binary_paths_manager | ( | ) |
binary_paths_manager::binary_paths_manager | ( | const binary_paths_manager & | o | ) | [private] |
binary_paths_manager& binary_paths_manager::operator= | ( | const binary_paths_manager & | o | ) | [private] |
void binary_paths_manager::cleanup | ( | ) | [private] |
std::vector<std::string> binary_paths_manager::paths_ [private] |
Definition at line 157 of file filesystem.hpp.
Generated by doxygen 1.5.5 on 23 May 2008 for The Battle for Wesnoth | Gna! | Forum | Wiki | CIA | devdocs |