#include <package.hpp>
Definition at line 49 of file package.hpp.
Public Member Functions | |
const gsgl::string & | get_description () const |
const gsgl::string & | get_fname () const |
const gsgl::string & | get_scenery_name () const |
pkg_scenery (const gsgl::string &fname) | |
virtual | ~pkg_scenery () |
Private Attributes | |
gsgl::string | description |
gsgl::string | fname |
gsgl::string | scenery_name |
pkg_scenery | ( | const gsgl::string & | fname | ) |
Definition at line 48 of file package.cpp.
References pkg_scenery::description, config_record::get_child(), config_record::get_name(), config_record::get_text(), pkg_scenery::scenery_name, and string::w_string().
~pkg_scenery | ( | ) | [virtual] |
Definition at line 61 of file package.cpp.
const gsgl::string& get_description | ( | ) | const [inline] |
Definition at line 62 of file package.hpp.
const gsgl::string& get_fname | ( | ) | const [inline] |
Definition at line 60 of file package.hpp.
const gsgl::string& get_scenery_name | ( | ) | const [inline] |
Definition at line 61 of file package.hpp.
gsgl::string description [private] |
gsgl::string fname [private] |
Definition at line 52 of file package.hpp.
gsgl::string scenery_name [private] |