ROOT 6.08/07 Reference Guide |
Constant expression class A class representing constant expressions (literals) in the parse tree.
Definition at line 400 of file Expression.h.
Public Member Functions | |
Constant (const T &rhs) | |
~Constant () | |
T | apply (unsigned int) const |
T | operator() (unsigned int, unsigned int) const |
Protected Attributes | |
const T | rhs_ |
#include <Math/Expression.h>
|
inline |
Definition at line 403 of file Expression.h.
|
inline |
Definition at line 407 of file Expression.h.
|
inline |
Definition at line 410 of file Expression.h.
|
inline |
Definition at line 412 of file Expression.h.
|
protected |
Definition at line 418 of file Expression.h.