ATLAS Offline Software
Namespaces | Functions
normalizeFunctionName.cxx File Reference
#include "CxxUtils/normalizeFunctionName.h"
#include <cctype>
#include <cstring>
Include dependency graph for normalizeFunctionName.cxx:

Go to the source code of this file.

Namespaces

 CxxUtils
 

Functions

std::string CxxUtils::clean_allocator (std::string f)
 Clean ‘allocator’ template arguments from the function f. More...
 
std::string CxxUtils::munge_string_name (const std::string &str_in)
 
std::string CxxUtils::munge_punct (const std::string &str_in)
 
std::string CxxUtils::do_replace (std::string s, const std::string &pat, const std::string &rep)
 
std::string CxxUtils::munge_names (const std::string &str_in)
 
std::string CxxUtils::normalizeFunctionName (const std::string &fname)
 Normalize a pretty-printed C++ function name. More...