#include <resourcedescriptor.h>
Public Member Functions | |
| ResourceDescriptor () | |
| ResourceDescriptor (const std::string &displayName, const std::string &resourceIdentifier) | |
| ResourceDescriptor (const std::string &resourceIdentifier) | |
| ResourceDescriptor (const ResourceDescriptor &toCopy) | |
| ResourceDescriptor & | operator= (const ResourceDescriptor &toAssign) |
| bool | operator== (const ResourceDescriptor &toCompare) const |
| bool | operator> (const ResourceDescriptor &toCompare) const |
| bool | operator< (const ResourceDescriptor &toCompare) const |
| const std::string & | GetDisplayName () const |
| const std::string & | GetResourceIdentifier () const |
| const std::string | GetExtension () const |
| const std::string | GetResourceName () const |
Static Public Attributes | |
| static const char | DESCRIPTOR_SEPARATOR = ':' |
| dtDAL::ResourceDescriptor::ResourceDescriptor | ( | ) | [inline] |
| dtDAL::ResourceDescriptor::ResourceDescriptor | ( | const std::string & | displayName, | |
| const std::string & | resourceIdentifier | |||
| ) | [inline] |
| dtDAL::ResourceDescriptor::ResourceDescriptor | ( | const std::string & | resourceIdentifier | ) | [inline] |
| dtDAL::ResourceDescriptor::ResourceDescriptor | ( | const ResourceDescriptor & | toCopy | ) | [inline] |
| ResourceDescriptor& dtDAL::ResourceDescriptor::operator= | ( | const ResourceDescriptor & | toAssign | ) | [inline] |
| bool dtDAL::ResourceDescriptor::operator== | ( | const ResourceDescriptor & | toCompare | ) | const [inline] |
| bool dtDAL::ResourceDescriptor::operator> | ( | const ResourceDescriptor & | toCompare | ) | const [inline] |
| bool dtDAL::ResourceDescriptor::operator< | ( | const ResourceDescriptor & | toCompare | ) | const [inline] |
| const std::string& dtDAL::ResourceDescriptor::GetDisplayName | ( | ) | const [inline] |
| const std::string& dtDAL::ResourceDescriptor::GetResourceIdentifier | ( | ) | const [inline] |
| const std::string dtDAL::ResourceDescriptor::GetExtension | ( | ) | const |
| const std::string dtDAL::ResourceDescriptor::GetResourceName | ( | ) | const |
const char dtDAL::ResourceDescriptor::DESCRIPTOR_SEPARATOR = ':' [static] |