#include <config_file.hh>

Basic operations | |
| Source (const FSEntry &) | |
| Source (const std::string &) | |
| Source (std::istream &) | |
| Source (const Source &) | |
| const Source & | operator= (const Source &) |
| ~Source () | |
Public Member Functions | |
| const std::string & | text () const PALUDIS_ATTRIBUTE((warn_unused_result)) |
| const std::string & | filename () const PALUDIS_ATTRIBUTE((warn_unused_result)) |
| const std::string& paludis::ConfigFile::Source::text | ( | ) | const |
Our text, for use by ConfigFile.
| const std::string& paludis::ConfigFile::Source::filename | ( | ) | const |
Our filename (may be empty), for use by ConfigFile.
1.5.5