|
Rosetta 3.5
|
#include <SilentFileOptions.hh>


Public Member Functions | |
| SilentFileOptions () | |
| SilentFileOptions (std::string const &name) | |
| ~SilentFileOptions () | |
| SilentFileOptions (SilentFileOptions const &src) | |
| std::string | get_silent_struct_type () const |
| void | set_silent_struct_type (std::string const &silent_struct_type) |
| virtual void | parse_my_tag (utility::tag::TagPtr tag) |
| virtual std::string | type () const |
| The class name for a particular ResourceOptions instance. This function allows for better error message delivery. More... | |
Private Attributes | |
| std::string | silent_struct_type_ |
Definition at line 36 of file SilentFileOptions.hh.
| core::io::silent::SilentFileOptions::SilentFileOptions | ( | ) |
Definition at line 56 of file SilentFileOptions.cc.
| core::io::silent::SilentFileOptions::SilentFileOptions | ( | std::string const & | name) |
Definition at line 61 of file SilentFileOptions.cc.
| core::io::silent::SilentFileOptions::~SilentFileOptions | ( | ) |
Definition at line 68 of file SilentFileOptions.cc.
| core::io::silent::SilentFileOptions::SilentFileOptions | ( | SilentFileOptions const & | src) |
Definition at line 70 of file SilentFileOptions.cc.
| std::string core::io::silent::SilentFileOptions::get_silent_struct_type | ( | ) | const |
Definition at line 78 of file SilentFileOptions.cc.
References silent_struct_type_.
Referenced by core::io::silent::SilentFileLoader::create_resource().
|
virtual |
| void core::io::silent::SilentFileOptions::set_silent_struct_type | ( | std::string const & | silent_struct_type) |
Definition at line 83 of file SilentFileOptions.cc.
References core::io::silent::SilentStructFactory::get_instance(), core::io::silent::SilentStructFactory::show_available_silent_struct_types(), and silent_struct_type_.
|
inlinevirtual |
The class name for a particular ResourceOptions instance. This function allows for better error message delivery.
Definition at line 73 of file SilentFileOptions.hh.
|
private |
Definition at line 76 of file SilentFileOptions.hh.
Referenced by get_silent_struct_type(), parse_my_tag(), and set_silent_struct_type().
1.8.4