CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Namespaces | Functions
FriendlyName.cc File Reference
#include <string>
#include <boost/regex.hpp>
#include <iostream>
#include "tbb/concurrent_unordered_map.h"

Go to the source code of this file.

Namespaces

 edm
 HLT enums.
 
 edm::friendlyname
 

Functions

static std::string const edm::friendlyname::emptyString ("")
 
std::string edm::friendlyname::friendlyName (std::string const &iFullName)
 
std::string edm::friendlyname::handleNamespaces (std::string const &iIn)
 
std::string edm::friendlyname::handleTemplateArguments (std::string const &)
 
static boost::regex const edm::friendlyname::reAIKR (", *edm::helper::AssociationIdenticalKeyReference")
 
static boost::regex const edm::friendlyname::reAllSpaces (" +")
 
static boost::regex const edm::friendlyname::reBeginSpace ("^ +")
 
static boost::regex const edm::friendlyname::reColons ("::")
 
static boost::regex const edm::friendlyname::reComma (",")
 
static boost::regex const edm::friendlyname::reEndSpace (" +$")
 
static boost::regex const edm::friendlyname::reLong ("long ")
 
static boost::regex const edm::friendlyname::reLongLong ("Long64_t")
 
std::string edm::friendlyname::removeAllSpaces (std::string const &iIn)
 
std::string edm::friendlyname::removeExtraSpaces (std::string const &iIn)
 
static boost::regex const edm::friendlyname::reOneToMany ("edm::AssociationMap< *edm::OneToMany<(.*?),(.*?), *u[a-z]*> >")
 
static boost::regex const edm::friendlyname::reOneToManyWithQuality ("edm::AssociationMap<edm::OneToManyWithQuality<(.*?), *(.*?), *(.*?), *u[a-z]*> >")
 
static boost::regex const edm::friendlyname::reOneToOne ("edm::AssociationMap< *edm::OneToOne<(.*?),(.*?), *u[a-z]*> >")
 
static boost::regex const edm::friendlyname::reOneToValue ("edm::AssociationMap< *edm::OneToValue<(.*?),(.*?), *u[a-z]*> >")
 
static boost::regex const edm::friendlyname::reOwnVector ("edm::OwnVector<(.*), *edm::ClonePolicy<\\1 *> >")
 
static boost::regex const edm::friendlyname::reSorted ("edm::SortedCollection<(.*), *edm::StrictWeakOrdering<\\1 *> >")
 
static boost::regex const edm::friendlyname::reString ("std::basic_string<char>")
 
static boost::regex const edm::friendlyname::reString2 ("std::string")
 
static boost::regex const edm::friendlyname::reTemplateArgs ("[^<]*<(.*)>$")
 
static boost::regex const edm::friendlyname::reTemplateClass ("([^<>,]+<[^<>]*>)")
 
static boost::regex const edm::friendlyname::reToRangeMap ("edm::RangeMap< *(.*), *(.*), *edm::ClonePolicy<([^>]*)> >")
 
static boost::regex const edm::friendlyname::reToRefs1 ("edm::RefVector< *(.*)< *(.*) *>, *\\2 *, *edm::refhelper::FindUsingAdvance< *\\1< *\\2 *> *, *\\2 *> *>")
 
static boost::regex const edm::friendlyname::reToRefs2 ("edm::RefVector< *(.*) *, *(.*) *, *edm::refhelper::FindUsingAdvance< *\\1, *\\2 *> *>")
 
static boost::regex const edm::friendlyname::reToRefsAssoc ("edm::RefVector< *Association(.*) *, *edm::helper(.*), *Association(.*)::Find>")
 
static boost::regex const edm::friendlyname::reToVector ("edm::AssociationVector<(.*), *(.*), *edm::Ref.*,.*>")
 
static boost::regex const edm::friendlyname::reULongLong ("ULong64_t")
 
static boost::regex const edm::friendlyname::reUnsigned ("unsigned ")
 
static boost::regex const edm::friendlyname::reVector ("std::vector")
 
static boost::regex const edm::friendlyname::reWrapper ("edm::Wrapper<(.*)>")
 
std::string edm::friendlyname::standardRenames (std::string const &iIn)
 
std::string edm::friendlyname::subFriendlyName (std::string const &iFullName)