Gaudi Framework, version v23r6

Home   Generated: Wed Jan 30 2013
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Namespaces | Functions
Dictionary.cpp File Reference
#include "GaudiKernel/System.h"
Include dependency graph for Dictionary.cpp:

Go to the source code of this file.

Namespaces

namespace  GaudiDict
 

Functions

std::string GaudiDict::typeName (const std::type_info &typ)
 
std::string GaudiDict::vectorName (const std::type_info &typ)
 
std::string GaudiDict::vectorName (const std::string &typ)
 
std::string GaudiDict::pairName (const std::type_info &typ1, const std::type_info &typ2)
 
std::string GaudiDict::relationName (const std::string &prefix, const std::type_info &typ1, const std::type_info &typ2)
 
std::string GaudiDict::templateName1 (const std::string &templ, const std::type_info &typ)
 
std::string GaudiDict::templateName1 (const std::string &templ, const std::string &typ)
 
std::string GaudiDict::templateName2 (const std::string &templ, const std::type_info &typ1, const std::type_info &typ2)
 
std::string GaudiDict::templateName3 (const std::string &templ, const std::type_info &typ1, const std::type_info &typ2, const std::type_info &typ3)
 
std::string GaudiDict::keyedContainerName (const std::string &prefix, const std::type_info &typ1)
 
static std::string clean (const std::string &s)
 

Function Documentation

static std::string clean ( const std::string s)
static

Definition at line 15 of file Dictionary.cpp.

{
for(size_t occ=c.find(" *"); occ != std::string::npos; occ=c.find(" *"))
c.replace(occ,2,"*");
return c;
}

Generated at Wed Jan 30 2013 17:13:43 for Gaudi Framework, version v23r6 by Doxygen version 1.8.2 written by Dimitri van Heesch, © 1997-2004