clang API Documentation

Public Member Functions | Public Attributes
clang::CodeGen::OrderGlobalInits Struct Reference

#include <CodeGenModule.h>

Collaboration diagram for clang::CodeGen::OrderGlobalInits:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 OrderGlobalInits (unsigned int p, unsigned int l)
bool operator== (const OrderGlobalInits &RHS) const
bool operator< (const OrderGlobalInits &RHS) const

Public Attributes

unsigned int priority
unsigned int lex_order

Detailed Description

Definition at line 93 of file CodeGenModule.h.


Constructor & Destructor Documentation

Definition at line 96 of file CodeGenModule.h.


Member Function Documentation

bool clang::CodeGen::OrderGlobalInits::operator< ( const OrderGlobalInits RHS) const [inline]

Definition at line 103 of file CodeGenModule.h.

References lex_order, and priority.

bool clang::CodeGen::OrderGlobalInits::operator== ( const OrderGlobalInits RHS) const [inline]

Definition at line 99 of file CodeGenModule.h.

References lex_order, and priority.


Member Data Documentation

Definition at line 95 of file CodeGenModule.h.

Referenced by operator<(), and operator==().

Definition at line 94 of file CodeGenModule.h.

Referenced by operator<(), and operator==().


The documentation for this struct was generated from the following file: