ROOT  6.07/01
Reference Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
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:

Go to the source code of this file.

Functions

static bool IsReservedName (const char *name)
 

Variables

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

Function Documentation

static bool IsReservedName ( const char *  name)
static

Definition at line 264 of file TFormula.cxx.

Referenced by TFormula::SetName(), and ROOT::v5::TFormula::TFormula().

Variable Documentation

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

Definition at line 149 of file TFormula.cxx.

Referenced by TFormula::InitLambdaExpression(), and TFormula::ProcessFormula().