STIR
6.2.0
|
Declaration of class stir::KeyParser. More...
#include "stir/shared_ptr.h"
#include "stir/Array.h"
#include "stir/warning.h"
#include "boost/any.hpp"
#include <map>
#include <list>
#include <utility>
#include <string>
#include <iostream>
#include <vector>
Go to the source code of this file.
Classes | |
class | stir::KeyArgument |
A class that enumerates the possible types that can be used to store parsed values. Used (only) by KeyParser. More... | |
class | stir::map_element |
Class to store the Interfile keywords and their actions. More... | |
class | stir::KeyParser |
A class to parse Interfile headers. More... | |
Namespaces | |
stir | |
Namespace for the STIR library (and some/most of its applications) | |
Typedefs | |
typedef std::vector< std::string > | stir::ASCIIlist_type |
Declaration of class stir::KeyParser.