PLearn 0.1
Classes | Namespaces | Defines | Functions
PPath.h File Reference
#include <map>
#include <string>
#include <plearn/base/TypeTraits.h>
Include dependency graph for PPath.h:
This graph shows which files directly or indirectly include this file:

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)

Detailed Description

Definition in file PPath.h.


Define Documentation

#define FILE_PROTOCOL   "file"
#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().

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines