Pyrogenesis  trunk
Public Attributes | List of all members
H_VTbl Struct Reference

#include <h_mgr.h>

Public Attributes

void(* init )(void *user, va_list)
 
Status(* reload )(void *user, const PIVFS &vfs, const VfsPath &pathname, Handle)
 
void(* dtor )(void *user)
 
Status(* validate )(const void *user)
 
Status(* to_string )(const void *user, wchar_t *buf)
 
size_t user_size
 
const wchar_tname
 

Member Data Documentation

void(* H_VTbl::dtor) (void *user)
void(* H_VTbl::init) (void *user, va_list)
const wchar_t* H_VTbl::name
Status(* H_VTbl::reload) (void *user, const PIVFS &vfs, const VfsPath &pathname, Handle)
Status(* H_VTbl::to_string) (const void *user, wchar_t *buf)
size_t H_VTbl::user_size
Status(* H_VTbl::validate) (const void *user)

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