hobbes
a language, embedded compiler, and runtime for efficient dynamic expression evaluation, data storage and analysis
Public Member Functions | Public Attributes | List of all members
hobbes::binding Struct Reference
Collaboration diagram for hobbes::binding:
Collaboration graph

Public Member Functions

 binding (const MonoTypePtr &type=MonoTypePtr(), size_t offset=0, size_t boffset=0)
 

Public Attributes

MonoTypePtr type
 
size_t offset
 
size_t boffset
 

Constructor & Destructor Documentation

◆ binding()

hobbes::binding::binding ( const MonoTypePtr type = MonoTypePtr(),
size_t  offset = 0,
size_t  boffset = 0 
)
inline

Member Data Documentation

◆ boffset

size_t hobbes::binding::boffset

◆ offset

size_t hobbes::binding::offset

◆ type

MonoTypePtr hobbes::binding::type

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