libdragon
|
C++ constructor handling. More...
#include <stdint.h>
Typedefs | |
typedef void(* | func_ptr )(void) |
Function pointer. | |
Functions | |
void | __do_global_ctors () |
Execute global constructors. | |
Variables | |
uint32_t | __CTOR_LIST_SIZE__ |
Pointer to the size of the constructor list. | |
func_ptr | __CTOR_LIST__ [] |
Pointer to the beginning of the constructor list. | |
func_ptr | __CTOR_END__ [] |
Pointer to the end of the constructor list. |
C++ constructor handling.