GNU Octave  4.4.1
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
pt-eval.h File Reference
#include "octave-config.h"
#include <list>
#include <set>
#include <stack>
#include <string>
#include "call-stack.h"
#include "ov.h"
#include "ovl.h"
#include "profiler.h"
#include "pt-exp.h"
#include "pt-walk.h"
Include dependency graph for pt-eval.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  octave::tree_evaluator
 
class  octave::tree_evaluator::value_stack< T >
 

Namespaces

 octave
 

Enumerations

enum  octave::result_type { octave::RT_UNDEFINED = 0, octave::RT_VALUE = 1, octave::RT_VALUE_LIST = 2 }