Phoenix2D-Library  0.10
Namespaces | Functions
Config.cpp File Reference
#include <fstream>
#include <boost/regex.hpp>
#include <cstdlib>
#include <iostream>
#include "Config.h"
#include "Self.h"
Include dependency graph for Config.cpp:

Go to the source code of this file.

Namespaces

 Phoenix
 

Functions

boost::regex Phoenix::config_regex ("\\(config\\s(\\w+)\\s(\\w+)\\)")
 
boost::regex Phoenix::position_regex ("\\(position\\s(\\d+)\\s([\\d\\.\\-]+)\\s([\\d\\.\\-]+)\\)")
 
boost::regex Phoenix::logging_regex ("\\(logging\\s(\\d+)\\)")
 
boost::regex Phoenix::verbose_regex ("\\(verbose\\s(\\d+)\\)")
 
boost::regex Phoenix::player_history_regex ("\\(player_history\\s(\\d+)\\)")