Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members  

Relocation Class Reference

#include <relocationinfo.h>

List of all members.

Public Types

typedef enum Relocation::_Type Type
enum  _Type { relNone, relRelative, relAbsolute }

Public Methods

 Relocation (Type _type=relNone)
Type GetType () const
void SetType (Type _type)

Private Attributes

Type type


Member Typedef Documentation

typedef enum Relocation::_Type Relocation::Type
 

Referenced by GetType(), Relocation(), and SetType().


Member Enumeration Documentation

enum Relocation::_Type
 

Enumeration values:
relNone 
relRelative 
relAbsolute 

Definition at line 37 of file relocationinfo.h.


Constructor & Destructor Documentation

Relocation::Relocation Type    _type = relNone [inline]
 

Definition at line 38 of file relocationinfo.h.

References relNone, type, and Type.

00038 :type(_type) {};


Member Function Documentation

Type Relocation::GetType   const [inline]
 

Definition at line 39 of file relocationinfo.h.

References type, and Type.

Referenced by RelocationInfos::AddRelocation().

00039 { return type; };

void Relocation::SetType Type    _type [inline]
 

Definition at line 40 of file relocationinfo.h.

References type, and Type.

00040 { type = _type; };


Member Data Documentation

Type Relocation::type [private]
 

Definition at line 42 of file relocationinfo.h.

Referenced by GetType(), Relocation(), and SetType().


The documentation for this class was generated from the following file:
Generated on Mon Jan 13 22:20:37 2003 for perdr by doxygen1.2.15