infix
A JIT-Powered FFI Library for C
Loading...
Searching...
No Matches
MockObject Struct Reference
Collaboration diagram for MockObject:
[legend]

Public Attributes

MockObjectType type
 
union { 
 
   int64_t   i 
 
   double   d 
 
   float   f 
 
   const char *   s 
 
   struct MockObject *   fields 
 
   void *   func_ptr 
 
value 
 
MockType type
 
union { 
 
   int   i 
 
   struct { 
 
      double   x 
 
      double   y 
 
   }   point 
 
data 
 

Member Data Documentation

◆ d

double MockObject::d

◆ [union]

union { ... } MockObject::data

◆ f

float MockObject::f

◆ fields

struct MockObject* MockObject::fields

◆ func_ptr

void* MockObject::func_ptr

◆ i [1/2]

int MockObject::i

◆ i [2/2]

int64_t MockObject::i

◆ [struct]

struct { ... } MockObject::point

◆ s

const char* MockObject::s

◆ type [1/2]

MockType MockObject::type

◆ type [2/2]

MockObjectType MockObject::type

◆ [union]

union { ... } MockObject::value

◆ x

double MockObject::x

◆ y

double MockObject::y

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