The Gaudi Framework  v30r3 (a5ef0a68)
AttribStringParser.h File Reference
#include "GaudiKernel/Kernel.h"
#include "GaudiKernel/System.h"
#include <iterator>
#include <boost/regex.hpp>
Include dependency graph for AttribStringParser.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Gaudi::Utils::AttribStringParser
 Parse attribute strings allowing iteration over the various attributes. More...
 
struct  Gaudi::Utils::AttribStringParser::Attrib
 Simple class to wrap tag/value pairs. More...
 
class  Gaudi::Utils::AttribStringParser::Iterator
 Iterator to loop over the tag/value pairs in the attribute string. More...
 

Namespaces

 Gaudi
 Helper functions to set/get the application return code.
 
 Gaudi::Utils
 

Functions

AttribStringParser::Iterator Gaudi::Utils::begin (const AttribStringParser &parser)
 
AttribStringParser::Iterator Gaudi::Utils::end (const AttribStringParser &)