Logo ROOT  
Reference Guide
Loading...
Searching...
No Matches
TypeManip.cxx File Reference
#include "CPyCppyy.h"
#include "TypeManip.h"
#include <algorithm>
#include <sstream>
#include <ctype.h>

Functions

static void erase_const (std::string &name)
static std::string::size_type find_qualifier_index (const std::string &name)
static bool is_varchar (char c)
static void rstrip (std::string &name)

Function Documentation

◆ erase_const()

void erase_const ( std::string & name)
inlinestatic

Definition at line 40 of file TypeManip.cxx.

◆ find_qualifier_index()

std::string::size_type find_qualifier_index ( const std::string & name)
inlinestatic

Definition at line 18 of file TypeManip.cxx.

◆ is_varchar()

bool is_varchar ( char c)
inlinestatic

Definition at line 13 of file TypeManip.cxx.

◆ rstrip()

void rstrip ( std::string & name)
inlinestatic

Definition at line 66 of file TypeManip.cxx.