OTest2
A C++ testing framework
Public Member Functions | List of all members
OTest2::Object Class Referenceabstract

Generic testing object. More...

#include <object.h>

Inheritance diagram for OTest2::Object:
Inheritance graph
[legend]

Public Member Functions

 Object (const Object &)=delete
 
Objectoperator= (const Object &)=delete
 
 Object ()
 Ctor. More...
 
virtual ~Object ()
 Dtor. More...
 
virtual std::string getName () const =0
 Get object's name. More...
 

Detailed Description

Generic testing object.

Definition at line 32 of file object.h.

Constructor & Destructor Documentation

◆ Object() [1/2]

OTest2::Object::Object ( const Object )
delete

◆ Object() [2/2]

OTest2::Object::Object ( )

Ctor.

Definition at line 24 of file object.cpp.

◆ ~Object()

OTest2::Object::~Object ( )
virtual

Dtor.

Definition at line 28 of file object.cpp.

Member Function Documentation

◆ getName()

virtual std::string OTest2::Object::getName ( ) const
pure virtual

◆ operator=()

Object& OTest2::Object::operator= ( const Object )
delete

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