libfoedus-core
FOEDUS Core Library
path.hpp File Reference
#include <iosfwd>
#include <string>
#include <vector>
#include "foedus/cxx11.hpp"
#include "foedus/error_code.hpp"
Include dependency graph for path.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  foedus::fs::Path
 Analogue of boost::filesystem::path. More...
 

Namespaces

 foedus
 Root package of FOEDUS (Fast Optimistic Engine for Data Unification Services).
 
 foedus::fs
 Filesystem wrapper, an analogue of boost::filesystem.
 

Functions

bool foedus::fs::operator== (const Path &lhs, const Path &rhs)
 
bool foedus::fs::operator== (const Path &lhs, const std::string &rhs)
 
bool foedus::fs::operator== (const std::string &lhs, const Path &rhs)
 
bool foedus::fs::operator!= (const Path &lhs, const Path &rhs)
 
bool foedus::fs::operator!= (const Path &lhs, const std::string &rhs)
 
bool foedus::fs::operator!= (const std::string &lhs, const Path &rhs)
 
bool foedus::fs::operator< (const Path &lhs, const Path &rhs)
 
bool foedus::fs::operator<= (const Path &lhs, const Path &rhs)
 
bool foedus::fs::operator> (const Path &lhs, const Path &rhs)
 
bool foedus::fs::operator>= (const Path &lhs, const Path &rhs)