Phoenix
Object-oriented orthogonally persistent operating system
Static Public Member Functions
Cxa Class Reference

C++ ABI support class. More...

#include <gcc.h>

List of all members.

Static Public Member Functions

static int ConstructStaticObjects ()
 Construct all static objects.
static int DestructStaticObjects ()
 Destruct all static objects.

Detailed Description

C++ ABI support class.


Member Function Documentation

int Cxa::ConstructStaticObjects ( ) [static]

Construct all static objects.

Call constructors for all static objects in the linked module. Used by low level startup code.

Returns:
Zero if success.
int Cxa::DestructStaticObjects ( ) [static]

Destruct all static objects.

Call destructors for all static objects in the linked module. Used by low level cleanup code.

Returns:
Zero if success.

The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines