OpenMW
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Classes | Namespaces | Typedefs | Functions
escape.hpp File Reference
#include <queue>
#include <components/files/multidircollection.hpp>
#include <boost/iostreams/filtering_stream.hpp>
#include <boost/filesystem/path.hpp>
#include <boost/program_options.hpp>
Include dependency graph for escape.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  Files::escape_hash_filter
 
struct  Files::unescape_hash_filter
 
class  Files::EscapeHashString
 
struct  Files::EscapeStringVector
 
struct  Files::EscapePath
 

Namespaces

 Files
 

Typedefs

typedef std::vector< EscapePath > Files::EscapePathContainer
 

Functions

std::istream & Files::operator>> (std::istream &is, EscapeHashString &eHS)
 
void Files::validate (boost::any &v, const std::vector< std::string > &tokens, Files::EscapeHashString *eHS, int a)
 
void Files::validate (boost::any &v, const std::vector< std::string > &tokens, EscapeStringVector *, int)
 
std::istream & Files::operator>> (std::istream &istream, EscapePath &escapePath)