paludis
Version 2.6.0
|
#include <config_file.hh>
Public Member Functions | |
const std::string & | text () const PALUDIS_ATTRIBUTE((warn_unused_result)) |
const std::string & | filename () const PALUDIS_ATTRIBUTE((warn_unused_result)) |
Basic operations | |
Source (const FSPath &) | |
Source (const std::string &) | |
Source (std::istream &) | |
Source (const Source &) | |
const Source & | operator= (const Source &) |
~Source () | |
A source (for example, a file or a string) usable by ConfigFile.
const std::string& paludis::ConfigFile::Source::filename | ( | ) | const |
Our filename (may be empty), for use by ConfigFile.
const std::string& paludis::ConfigFile::Source::text | ( | ) | const |
Our text, for use by ConfigFile.