Pyrogenesis  13997
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
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
 

Detailed Description

Definition at line 294 of file h_mgr.h.

Member Data Documentation

void(* H_VTbl::dtor)(void *user)

Definition at line 298 of file h_mgr.h.

void(* H_VTbl::init)(void *user, va_list)

Definition at line 296 of file h_mgr.h.

const wchar_t* H_VTbl::name

Definition at line 302 of file h_mgr.h.

Status(* H_VTbl::reload)(void *user, const PIVFS &vfs, const VfsPath &pathname, Handle)

Definition at line 297 of file h_mgr.h.

Status(* H_VTbl::to_string)(const void *user, wchar_t *buf)

Definition at line 300 of file h_mgr.h.

size_t H_VTbl::user_size

Definition at line 301 of file h_mgr.h.

Status(* H_VTbl::validate)(const void *user)

Definition at line 299 of file h_mgr.h.


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