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>
Include dependency graph for TypeManip.cxx:

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()

static void erase_const ( std::string &  name)
inlinestatic

Definition at line 40 of file TypeManip.cxx.

◆ find_qualifier_index()

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

Definition at line 18 of file TypeManip.cxx.

◆ is_varchar()

static bool is_varchar ( char  c)
inlinestatic

Definition at line 13 of file TypeManip.cxx.

◆ rstrip()

static void rstrip ( std::string &  name)
inlinestatic

Definition at line 66 of file TypeManip.cxx.