#include <string>
#include <boost/regex.hpp>
#include <boost/filesystem/fstream.hpp>
#include <boost/filesystem.hpp>
Include dependency graph for char_type.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Namespaces | |
| namespace | makefile |
Defines | |
| #define | cstr(x) x |
| Let literal strings unchanged for char use. | |
Typedefs | |
| typedef char | char_type |
| typedef unsigned char | uchar_type |
| typedef std::basic_filebuf< char_type > | filebuf |
| streams, use the extended fstream versions from boost::filesystem. | |
| typedef boost::filesystem::basic_ifstream< char_type > | ifstream |
| typedef std::basic_istream< char_type > | istream |
| typedef boost::filesystem::basic_fstream< char_type > | fstream |
| typedef boost::filesystem::basic_ofstream< char_type > | ofstream |
| typedef std::basic_ostream< char_type > | ostream |
| typedef std::basic_string< char_type > | string |
| string | |
| typedef boost::filesystem::path | path |
| paths from boost::filesystem | |
| typedef boost::regex | regex |
| boost::regex | |
This pulls the type names into the namespace makefile. To use those defined here make sure to use this namespace. It also pulls in all the include files, if maybe only one of them is needed. This will increase compile time a little more than necessary but keeps things simple.
Created on: Jul 14, 2010
Definition in file char_type.h.
|
|
|
Definition at line 50 of file char_type.h. Referenced by createfiles_direct(), createfiles_make(), and printchars(). |
|
|
streams, use the extended fstream versions from boost::filesystem.
Definition at line 55 of file char_type.h. |
|
|
Definition at line 58 of file char_type.h. |
|
|
Definition at line 56 of file char_type.h. Referenced by PanoDetector::loadProject(), PanoDetector::LoadSVMModel(), main(), processPTO(), and Project::ReadOptions(). |
|
|
Definition at line 57 of file char_type.h. |
|
|
Definition at line 59 of file char_type.h. Referenced by createfiles_direct(), main(), parseOptions(), HuginBase::PhotometricOptimizer::photometricError(), PanoDetector::writeKeyfile(), and PanoDetector::writeOutput(). |
|
|
Definition at line 60 of file char_type.h. Referenced by makefile::operator<<(). |
|
|
|
Definition at line 76 of file char_type.h. Referenced by makefile::Variable::checkName(), makefile::Variable::checkValue(), makefile::Makefile::quote(), makefile::Comment::toString(), and tryreplace(). |
|
|
|
Definition at line 51 of file char_type.h. Referenced by main(). |
1.3.9.1