Rosetta
|
Representation of a file input support A class to hold information about where a ResidueIndexDescriptor comes from, to allow for better error messages. More...
#include <ResidueIndexDescription.hh>
Public Member Functions | |
RID_FileSource (std::string const &fname, Size linenum) | |
std::string const & | fname () const |
core::Size | linenum () const |
std::string | source_string () const override |
Private Attributes | |
std::string | fname_ |
Size | linenum_ = 0 |
Representation of a file input support A class to hold information about where a ResidueIndexDescriptor comes from, to allow for better error messages.
|
inline |
|
inline |
References fname_.
|
inline |
References linenum_.
|
overridevirtual |
Reimplemented from core::pose::RID_Source.
References fname_, linenum_, and core::id::to_string().
|
private |
Referenced by fname(), and source_string().
|
private |
Referenced by linenum(), and source_string().