![]() |
PUMA Library Reference Manual
|
#include <Filename.h>
Inheritance diagram for Puma::Filename:Public Member Functions | |
| Filename () | |
| Filename (const char *n) | |
| Filename & | operator= (const char *n) |
| bool | operator~ () const |
| bool | is_defined () const |
| void | name (const char *n) |
| const char * | name () const |
| const char * | path () |
| const char * | root () |
| bool | is_absolute () const |
| bool | operator== (const Filename &f) const |
| bool | operator!= (const Filename &f) const |
| virtual void | print (std::ostream &os) const |
| Print object information on the given output stream. More... | |
Public Member Functions inherited from Puma::Printable | |
| virtual | ~Printable () |
| Destructor. More... | |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inlinevirtual |
Print object information on the given output stream.
To be implemented by concrete objects.
| os | The output stream. |
Implements Puma::Printable.
|
inline |