FC++  v0.7.1-1067
FileCatalyst Fast File Transfers - C++ Library
FCPath.hpp File Reference

Provide a simple wrapper to differentiate between local and remote filenames. More...

#include "FileCatalyst.hpp"
Include dependency graph for FCPath.hpp:
This graph shows which files directly or indirectly include this file:

Classes

class  fc::Name
 To prevent mixing up local path and remote path parameters when calling the FC++ API, the path and/or filenames are wrapped using the simple fc::Local and fc::Remote classes. More...
 
class  fc::Local
 The class fc::Local is used to encapsulate local directories or files. More...
 
class  fc::Remote
 The class fc::Remote is used to encapsulate remote directories or files. More...
 

Namespaces

 fc
 All of the FileCatalyst classes and objects are declared within the fc namespace.
 

Detailed Description

Provide a simple wrapper to differentiate between local and remote filenames.