#include <SpotLocator.h>

Public Member Functions | |
| SpotLocator (const sk::util::String &item, const sk::util::String &location, const SpotLocator &other) | |
| SpotLocator (const sk::util::String &item, const sk::util::String &location) | |
| SpotLocator (const sk::util::String &location, const SpotLocator &other) | |
| SpotLocator (const SpotLocator &other) | |
| virtual | ~SpotLocator () | 
| void | invoke (const StreamProcessor &processor) const | 
| const sk::util::Class | getClass () const | 
| Returns the object's class.   | |
| virtual Object & | self () | 
| Returns a reference to itself.   | |
| virtual const Object & | self () const | 
| Object * | clone () const | 
| Instantiates another object of the same class as a copy of itself.   | |
| virtual uint64_t | getId () const | 
| Returns a unique object id.   | |
| virtual const String | toString () const | 
| Returns a string representation of the object. By default, it returns the object's class and the objects's id.   | |
| virtual const String | inspect () const | 
| Returns a string containing human-readable representation of the object.   | |
Static Public Member Functions | |
| static void | setStreamOpener (const NamedStreamOpener &opener) | 
| static void | clearStreamOpener () | 
Static Protected Attributes | |
| static const SpotLocator | DUMMY | 
| sk::rt::config::SpotLocator::SpotLocator | ( | const sk::util::String & | item, | |
| const sk::util::String & | location, | |||
| const SpotLocator & | other | |||
| ) | 
| sk::rt::config::SpotLocator::SpotLocator | ( | const sk::util::String & | item, | |
| const sk::util::String & | location | |||
| ) | 
| sk::rt::config::SpotLocator::SpotLocator | ( | const sk::util::String & | location, | |
| const SpotLocator & | other | |||
| ) | 
| sk::rt::config::SpotLocator::SpotLocator | ( | const SpotLocator & | other | ) | 
| virtual sk::rt::config::SpotLocator::~SpotLocator | ( | ) |  [virtual] | 
        
| static void sk::rt::config::SpotLocator::clearStreamOpener | ( | ) |  [static] | 
        
| Object* sk::util::Object::clone | ( | ) |  const [inherited] | 
        
Instantiates another object of the same class as a copy of itself.
Reimplemented in sk::rt::logger::Destination, and sk::util::String.
| const sk::util::Class sk::rt::config::SpotLocator::getClass | ( | ) |  const [virtual] | 
        
Returns the object's class.
Reimplemented from sk::util::Object.
Reimplemented in sk::rt::config::CwdUprootLocator, sk::rt::config::HomeLocator, and sk::rt::config::UprootLocator.
| virtual uint64_t sk::util::Object::getId | ( | ) |  const [virtual, inherited] | 
        
| virtual const String sk::util::Object::inspect | ( | ) |  const [virtual, inherited] | 
        
Returns a string containing human-readable representation of the object.
Reimplemented in sk::rt::thread::AbstractLock, sk::rt::Thread, sk::util::Class, sk::util::Container, sk::util::slot::Pointer< T, Mixin >, sk::util::slot::Reference< T, Mixin >, sk::util::String, and sk::util::StringArray.
| void sk::rt::config::SpotLocator::invoke | ( | const StreamProcessor & | processor | ) |  const [virtual] | 
        
Implements sk::rt::config::Locator.
| virtual const Object& sk::util::Object::self | ( | ) |  const [virtual, inherited] | 
        
Reimplemented in sk::util::String.
| virtual Object& sk::util::Object::self | ( | ) |  [virtual, inherited] | 
        
| static void sk::rt::config::SpotLocator::setStreamOpener | ( | const NamedStreamOpener & | opener | ) |  [static] | 
        
| virtual const String sk::util::Object::toString | ( | ) |  const [virtual, inherited] | 
        
Returns a string representation of the object. By default, it returns the object's class and the objects's id.
Reimplemented in sk::rt::logger::Level, sk::rt::thread::State, sk::util::Boolean, sk::util::Class, sk::util::Container, sk::util::Pathname, and sk::util::String.
const SpotLocator sk::rt::config::SpotLocator::DUMMY [static, protected]           | 
        
 1.5.8