ATLAS Offline Software
Classes | Namespaces | Typedefs | Functions
DataType.h File Reference
#include <string>
#include <sstream>
#include <map>
#include <vector>
Include dependency graph for DataType.h:

Go to the source code of this file.

Classes

class  JiveXML::DataType
 Templated class to convert any object that is streamable in a ostringstream in a string. More...
 

Namespaces

 JiveXML
 This header is shared inbetween the C-style server thread and the C++ Athena ServerSvc.
 

Typedefs

typedef std::vector< DataTypeJiveXML::DataVect
 Defines a map with a key and a vector of DataType objects e.g. More...
 
typedef std::map< std::string, DataVect > JiveXML::DataMap
 
typedef std::pair< std::string, std::string > JiveXML::TagType
 Defines a tag as a pair of strings. More...
 

Functions

std::ostream & JiveXML::operator<< (std::ostream &os, const DataType &dt)
 Allow this to be streamed in an ostream. More...