GNU Octave  3.8.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Public Member Functions | Private Types | Private Member Functions | Private Attributes | List of all members
jit_factory Class Reference

#include "jit-ir.h"

Collaboration diagram for jit_factory:
Collaboration graph
[legend]

Public Member Functions

 ~jit_factory (void)
const value_listconstants (void) const
template<typename T >
T * create (void)
template<typename T , OCT_MAKE_DECL_LIST(typename, ARG,1) >
T * create (OCT_MAKE_LIST(DECL_ARG, 1))
template<typename T , OCT_MAKE_DECL_LIST(typename, ARG,2) >
T * create (OCT_MAKE_LIST(DECL_ARG, 2))
template<typename T , OCT_MAKE_DECL_LIST(typename, ARG,3) >
T * create (OCT_MAKE_LIST(DECL_ARG, 3))
template<typename T , OCT_MAKE_DECL_LIST(typename, ARG,4) >
T * create (OCT_MAKE_LIST(DECL_ARG, 4))

Private Types

typedef std::list< jit_value * > value_list

Private Member Functions

void track_value (jit_value *v)

Private Attributes

value_list all_values
value_list mconstants

Detailed Description

Definition at line 99 of file jit-ir.h.

Member Typedef Documentation

typedef std::list<jit_value *> jit_factory::value_list
private

Definition at line 102 of file jit-ir.h.

Constructor & Destructor Documentation

jit_factory::~jit_factory ( void  )

Definition at line 48 of file jit-ir.cc.

References all_values.

Member Function Documentation

const value_list& jit_factory::constants ( void  ) const
inline
template<typename T >
T* jit_factory::create ( void  )
inline
template<typename T , OCT_MAKE_DECL_LIST(typename, ARG,1) >
T* jit_factory::create ( OCT_MAKE_LIST(DECL_ARG,1)  )
inline

Definition at line 126 of file jit-ir.h.

template<typename T , OCT_MAKE_DECL_LIST(typename, ARG,2) >
T* jit_factory::create ( OCT_MAKE_LIST(DECL_ARG,2)  )
inline

Definition at line 127 of file jit-ir.h.

template<typename T , OCT_MAKE_DECL_LIST(typename, ARG,3) >
T* jit_factory::create ( OCT_MAKE_LIST(DECL_ARG,3)  )
inline

Definition at line 128 of file jit-ir.h.

template<typename T , OCT_MAKE_DECL_LIST(typename, ARG,4) >
T* jit_factory::create ( OCT_MAKE_LIST(DECL_ARG,4)  )
inline

Definition at line 129 of file jit-ir.h.

void jit_factory::track_value ( jit_value v)
private

Definition at line 56 of file jit-ir.cc.

References all_values, mconstants, and jit_value::type().

Member Data Documentation

value_list jit_factory::all_values
private

Definition at line 136 of file jit-ir.h.

Referenced by track_value(), and ~jit_factory().

value_list jit_factory::mconstants
private

Definition at line 138 of file jit-ir.h.

Referenced by track_value().


The documentation for this class was generated from the following files: