PLearn 0.1
|
Go to the source code of this file.
Classes | |
class | PLearn::PPath |
class | PLearn::TypeTraits< PPath > |
Namespaces | |
namespace | PLearn |
< for swap | |
Defines | |
#define | FILE_PROTOCOL "file" |
< For DECLARE_TYPE_TRAITS macro. | |
#define | HTTP_PROTOCOL "http" |
#define | FTP_PROTOCOL "ftp" |
Functions | |
PStream & | PLearn::operator<< (PStream &out, const PPath &path) |
Serialization and output of a PPath. | |
PStream & | PLearn::operator>> (PStream &in, PPath &path) |
Definition in file PPath.h.
#define FILE_PROTOCOL "file" |
< For DECLARE_TYPE_TRAITS macro.
Definition at line 53 of file PPath.h.
Referenced by PLearn::PPath::absolute(), PLearn::PPath::addProtocol(), PLearn::PPath::isabs(), PLearn::PPath::isFilePath(), PLearn::PPath::parseProtocol(), and PLearn::PPath::protocol().
#define FTP_PROTOCOL "ftp" |
Definition at line 55 of file PPath.h.
Referenced by PLearn::PPath::isFtpPath(), and PLearn::PPath::parseProtocol().
#define HTTP_PROTOCOL "http" |
Definition at line 54 of file PPath.h.
Referenced by PLearn::PPath::isHttpPath(), and PLearn::PPath::parseProtocol().