Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

A Class Reference

Inheritance diagram for A:

Object List of all members.

Public Member Functions

 A (int i)
 ~A ()
int Get ()
void Set (int i)
 A ()
 ~A ()
void Set (B *b)

Private Attributes

int fInt
Ptr< Bbptr

Constructor & Destructor Documentation

A::A int  i  )  [inline]
 

Definition at line 8 of file test-chain.cc.

References fInt.

00008 : fInt(i) { cerr << "A(" << fInt << ")\n"; }

A::~A  )  [inline]
 

Definition at line 9 of file test-chain.cc.

References fInt.

00009 { cerr << "~A(" << fInt << ")\n"; }

A::A  )  [inline]
 

Definition at line 33 of file test-conn.cc.

00033 { cerr << "A()\n"; }

A::~A  )  [inline]
 

Definition at line 34 of file test-conn.cc.

00034 { cerr << "~A()\n"; }


Member Function Documentation

int A::Get  )  [inline]
 

Definition at line 10 of file test-chain.cc.

00010 { return fInt; }

void A::Set B b  )  [inline]
 

Definition at line 35 of file test-conn.cc.

References bptr.

00035 { bptr = b; }

void A::Set int  i  )  [inline]
 

Definition at line 11 of file test-chain.cc.

References fInt.

Referenced by Main::Main().

00011 { fInt = i; }


Member Data Documentation

Ptr<B> A::bptr [private]
 

Definition at line 31 of file test-conn.cc.

Referenced by Set().

int A::fInt [private]
 

Definition at line 6 of file test-chain.cc.

Referenced by A(), Set(), and ~A().


The documentation for this class was generated from the following files:
Generated on Sat Nov 7 01:29:10 2009 for loon by  doxygen 1.3.9.1