Logo ROOT   6.10/09
Reference Guide
Functions | Variables
TFormula.cxx File Reference
#include "TROOT.h"
#include "TClass.h"
#include "TMethod.h"
#include "TMath.h"
#include "TF1.h"
#include "TMethodCall.h"
#include <TBenchmark.h>
#include "TError.h"
#include "TInterpreter.h"
#include "TFormula.h"
#include <cassert>
#include <iostream>
#include <unordered_map>
#include <functional>
#include "v5/TFormula.h"
Include dependency graph for TFormula.cxx:

Functions

static bool IsReservedName (const char *name)
 

Variables

static std::unordered_map< std::string, void * > gClingFunctions = std::unordered_map<std::string, void * >()
 
static const TString gNamePrefix = "TFormula__"
 

Function Documentation

◆ IsReservedName()

static bool IsReservedName ( const char *  name)
static

Definition at line 283 of file TFormula.cxx.

Variable Documentation

◆ gClingFunctions

std::unordered_map<std::string, void *> gClingFunctions = std::unordered_map<std::string, void * >()
static

Definition at line 138 of file TFormula.cxx.

◆ gNamePrefix

const TString gNamePrefix = "TFormula__"
static

Definition at line 134 of file TFormula.cxx.