libmoost
my_test_class1 Class Reference

#include <test_class_1.h>

Inheritance diagram for my_test_class1:
Collaboration diagram for my_test_class1:

List of all members.

Public Member Functions

 my_test_class1 ()
 ~my_test_class1 ()
int do_it ()
 my_test_class1 ()
 ~my_test_class1 ()
int do_it ()

Private Attributes

const std::string m_inst
int m_ctr

Static Private Attributes

static int inst = 1

Detailed Description

Copyright © 2008-2013 Last.fm Limited

This file is part of libmoost.

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Definition at line 33 of file test_class_1.h.


Constructor & Destructor Documentation

Definition at line 39 of file test_class_1.cpp.

Here is the call graph for this function:

Definition at line 45 of file test_class_1.cpp.

Here is the call graph for this function:


Member Function Documentation

int my_test_class1::do_it ( ) [virtual]

Implements my_test_interface.

Definition at line 50 of file test_class_1.cpp.

int my_test_class1::do_it ( ) [virtual]

Implements my_test_interface.


Member Data Documentation

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

Definition at line 42 of file test_class_1.h.

int my_test_class1::m_ctr [private]

Definition at line 44 of file test_class_1.h.

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

Definition at line 43 of file test_class_1.h.


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