kviewshell
GCont::Traits Struct Reference
#include <GContainer.h>
Public Attributes | |
void(* | copy )(void *dst, const void *src, int n, int zap) |
void(* | fini )(void *dst, int n) |
void(* | init )(void *dst, int n) |
void *(* | lea )(void *base, int n) |
int | size |
Detailed Description
Definition at line 167 of file GContainer.h.
Member Data Documentation
void(* GCont::Traits::copy)(void *dst, const void *src, int n, int zap) |
void(* GCont::Traits::fini)(void *dst, int n) |
void(* GCont::Traits::init)(void *dst, int n) |
void*(* GCont::Traits::lea)(void *base, int n) |
Definition at line 169 of file GContainer.h.
The documentation for this struct was generated from the following file: