CEBL  2.1
Macros | Functions
Preferences.cpp File Reference
#include "../CEBLIncludes.hpp"
#include "Preferences.hpp"
#include "../TextUtils.hpp"
#include "../Exceptions.hpp"
#include <stdio.h>
#include <stdlib.h>
#include <fstream>
#include <exception>
#include <iostream>
#include <boost/filesystem/operations.hpp>
#include <boost/filesystem/convenience.hpp>
#include <boost/filesystem/fstream.hpp>
#include <boost/filesystem/path.hpp>

Go to the source code of this file.

Macros

#define BOOST_FILESYSTEM_VERSION   2

Functions

template<class T >
ostream & operator<< (ostream &os, const vector< T > &v)

Macro Definition Documentation

#define BOOST_FILESYSTEM_VERSION   2

Preferences.hpp

Author:
Jeshua Bratman

Loads and stores CEBL preferences.

Definition at line 21 of file Preferences.cpp.


Function Documentation

template<class T >
ostream& operator<< ( ostream &  os,
const vector< T > &  v 
)

Definition at line 34 of file Preferences.cpp.