class osgUtx::TestCase

TestCase, is the supplies the interface for a Composite pattern's \em leaf class, though it is not a leaf in itself

Inheritance:


Public Methods

[more]typedef TestContext Context TestCase( const std::string& sName )
[more]virtual bool accept( Visitor& v )
[more]virtual void run( const Context& ) = 0


Inherited from Test:

Public Methods

oconst std::string& name() const


Inherited from Referenced:

Public Methods

oinline Referenced& operator = (Referenced&)
oinline void ref() const
oinline void unref() const
oinline void unref_nodelete() const
oinline const int referenceCount() const

Protected Fields

omutable int _refCount


Documentation

TestCase, is the supplies the interface for a Composite pattern's \em leaf class, though it is not a leaf in itself
otypedef TestContext Context TestCase( const std::string& sName )

ovirtual bool accept( Visitor& v )

ovirtual void run( const Context& ) = 0


Direct child classes:
TestCase_

Alphabetic index HTML hierarchy of classes or Java



This page was generated with the help of DOC++.