ScummVM API documentation
asSFuncPtr Struct Reference

Public Member Functions

 asSFuncPtr (asBYTE f=0)
 
void CopyMethodPtr (const void *mthdPtr, size_t size)
 

Public Attributes

union {
   char   dummy [25]
 
   struct {
      asMETHOD_t   mthd
 
      char   dummy [25 - sizeof(asMETHOD_t)]
 
   }   m
 
   struct {
      asFUNCTION_t   func
 
      char   dummy [25 - sizeof(asFUNCTION_t)]
 
   }   f
 
ptr
 
asBYTE flag
 

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