List of all members | Public Attributes
casadi_oracle_data< T1 > Struct Template Reference

#include <casadi_oracle.hpp>

Detailed Description

template<typename T1>
struct casadi_oracle_data< T1 >

Definition at line 25 of file casadi_oracle.hpp.

Public Attributes

const T1 ** arg
 
T1 ** res
 
casadi_int * iw
 
T1 * w
 
void * m
 

Member Data Documentation

◆ arg

template<typename T1 >
const T1** casadi_oracle_data< T1 >::arg

Definition at line 26 of file casadi_oracle.hpp.

◆ iw

template<typename T1 >
casadi_int* casadi_oracle_data< T1 >::iw

Definition at line 28 of file casadi_oracle.hpp.

◆ m

template<typename T1 >
void* casadi_oracle_data< T1 >::m

Definition at line 31 of file casadi_oracle.hpp.

◆ res

template<typename T1 >
T1** casadi_oracle_data< T1 >::res

Definition at line 27 of file casadi_oracle.hpp.

◆ w

template<typename T1 >
T1* casadi_oracle_data< T1 >::w

Definition at line 29 of file casadi_oracle.hpp.


The documentation for this struct was generated from the following file: