#include <iosfwd>
#include <string>
#include <vector>
#include "foedus/cxx11.hpp"
#include "foedus/error_code.hpp"
Go to the source code of this file.
|
| | foedus |
| | Root package of FOEDUS (Fast Optimistic Engine for Data Unification Services).
|
| |
| | foedus::fs |
| | Filesystem wrapper, an analogue of boost::filesystem.
|
| |
|
| 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) |
| |