ClassSizeData Struct Reference

#include <Debug.h>

# Public Attributes

int32(* classSizeFunction )(void)
 Class' method.
char * name
 Class' name.

# Detailed Description

A struct to map a class size function to a name

Definition at line 25 of file Debug.h.

# Member Data Documentation

# classSizeFunction

int32(* ClassSizeData::classSizeFunction) (void)

Class' method.

Definition at line 28 of file Debug.h.

# name

char* ClassSizeData::name

Class' name.

Definition at line 31 of file Debug.h.


The documentation for this struct was generated from the following file:
  • VUEngine-Core/source/Debugging/Tool/Debug/Debug.h