Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
TMakeProject.cxx File Reference
#include <ctype.h>
#include "TMakeProject.h"
#include "TClass.h"
#include "TClassEdit.h"
#include "TList.h"
#include "TROOT.h"
#include "TMD5.h"
#include "TStreamerInfo.h"
#include "TStreamerElement.h"
#include "TError.h"
Include dependency graph for TMakeProject.cxx:

Functions

static constexpr int str_length (const char *str)
 If we have a map, multimap, set or multiset, plus unordered partners, and the key is a class, we need to replace the container by a vector since we don't have the comparator function.
 

Function Documentation

◆ str_length()

static constexpr int str_length ( const char *  str)
staticconstexpr

If we have a map, multimap, set or multiset, plus unordered partners, and the key is a class, we need to replace the container by a vector since we don't have the comparator function.

The 'name' is modified to return the change in the name, if any.

Definition at line 654 of file TMakeProject.cxx.