libdragon
Typedefs | Functions | Variables
do_ctors.c File Reference

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.

Detailed Description

C++ constructor handling.

 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines