Public Member Functions | |
PathComponent () | |
PathComponent (const String &name) | |
PathComponent (const PathComponent &pc) | |
virtual | ~PathComponent () |
virtual String | className () const |
virtual const String & | name () const |
virtual bool | operator== (const PathComponent &pc) const |
virtual bool | operator!= (const PathComponent &pc) const |
virtual Object & | clone () const |
virtual bool | isSameKindAs (const Object &) const |
Protected Attributes | |
String | _name |
|
Definition at line 39 of file PathComponent. Referenced by clone(). |
|
Definition at line 40 of file PathComponent. References _name, and base::String. |
|
Definition at line 41 of file PathComponent. References _name. |
|
Definition at line 42 of file PathComponent. |
|
return the name of the object's class type. Must be defined by derived classes. Implements base::Object. Definition at line 44 of file PathComponent. References base::String. |
|
return a shallow copy, with Object& return type. Must be defined by derived classes. Implements base::Cloneable. Definition at line 50 of file PathComponent. References PathComponent(). |
|
|
|
Definition at line 46 of file PathComponent. References _name, and base::String. |
|
Definition at line 49 of file PathComponent. References _name. |
|
Definition at line 48 of file PathComponent. References _name. |
|
Definition at line 53 of file PathComponent. Referenced by name(), operator!=(), operator==(), and PathComponent(). |