NSMBW-Decomp
A decompilation of New Super Mario Bros. Wii
Loading...
Searching...
No Matches
class_arrays.hpp File Reference

Go to the source code of this file.

Classes

class  __partial_array_destructor
 Guarantees the correct destruction of an array if an exception is thrown during its construction. More...
 

Typedefs

typedef void(* ctorPtr) (void *, int)
 Constructor function pointer.
 
typedef void(* dtorPtr) (void *, int)
 Destructor function pointer.
 

Typedef Documentation

◆ ctorPtr

typedef void(* ctorPtr) (void *, int)

Constructor function pointer.

Definition at line 5 of file class_arrays.hpp.

◆ dtorPtr

typedef void(* dtorPtr) (void *, int)

Destructor function pointer.

Definition at line 6 of file class_arrays.hpp.