libmoost
my_test_class2 Class Reference

#include <test_class_1.h>

Inheritance diagram for my_test_class2:
Collaboration diagram for my_test_class2:

List of all members.

Public Member Functions

 my_test_class2 ()
 ~my_test_class2 ()
int do_it ()
 my_test_class2 ()
 ~my_test_class2 ()
int do_it ()

Private Attributes

const std::string m_inst
int m_ctr

Static Private Attributes

static int inst = 1

Detailed Description

Definition at line 47 of file test_class_1.h.


Constructor & Destructor Documentation

Definition at line 55 of file test_class_1.cpp.

Here is the call graph for this function:

Definition at line 61 of file test_class_1.cpp.

Here is the call graph for this function:


Member Function Documentation

int my_test_class2::do_it ( ) [virtual]

Implements my_test_interface.

int my_test_class2::do_it ( ) [virtual]

Implements my_test_interface.

Definition at line 66 of file test_class_1.cpp.


Member Data Documentation

static int my_test_class2::inst = 1 [static, private]

Definition at line 56 of file test_class_1.h.

int my_test_class2::m_ctr [private]

Definition at line 57 of file test_class_2.h.

const std::string my_test_class2::m_inst [private]

Definition at line 57 of file test_class_1.h.


The documentation for this class was generated from the following files: