Cgl  0.60.3
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Attributes | List of all members
symrec Struct Reference

For string evaluation. More...

#include <CoinModelUseful.hpp>

+ Collaboration diagram for symrec:

Public Attributes

char * name
 
int type
 
union {
   double   var
 
   func_t   fnctptr
 
value
 
struct symrecnext
 

Detailed Description

For string evaluation.

Definition at line 173 of file CoinModelUseful.hpp.

Member Data Documentation

char* symrec::name

Definition at line 174 of file CoinModelUseful.hpp.

int symrec::type

Definition at line 175 of file CoinModelUseful.hpp.

double symrec::var

Definition at line 177 of file CoinModelUseful.hpp.

func_t symrec::fnctptr

Definition at line 178 of file CoinModelUseful.hpp.

union { ... } symrec::value
struct symrec* symrec::next

Definition at line 180 of file CoinModelUseful.hpp.


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