store original name and processed name More...
#include <name_storage.h>
Public Member Functions | |
| stored_filename (std::string const &n=std::string()) | |
| bool | operator< (stored_filename const &rhs) const |
Public Attributes | |
| std::string | filename |
| std::string | base_filename |
| std::string | real_filename |
| std::string | real_base_filename |
| int | extra_images_uid |
store original name and processed name
| stored_filename::stored_filename | ( | std::string const & | n = std::string() |
) | [inline] |
| bool stored_filename::operator< | ( | stored_filename const & | rhs | ) | const [inline] |
References filename.
std::string stored_filename::base_filename [mutable] |
Referenced by image_name_storage::basename().
int stored_filename::extra_images_uid [mutable] |
Referenced by image_name_storage::get_name().
| std::string stored_filename::filename |
Referenced by image_name_storage::basename(), image_name_storage::get_name(), and operator<().
std::string stored_filename::real_base_filename [mutable] |
Referenced by image_name_storage::get_name().
std::string stored_filename::real_filename [mutable] |
Referenced by image_name_storage::get_name().
1.6.1