FC++  v0.9.0-9e9b65
FileCatalyst Fast File Transfers - C++ Library
FCPath.hpp File Reference
#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
 

Detailed Description

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