Wt::Factory< BT, ST > Class Template Reference

#include <audio.h>

Inheritance diagram for Wt::Factory< BT, ST >:

Inheritance graph
[legend]
Collaboration diagram for Wt::Factory< BT, ST >:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 Factory ()
virtual ~Factory ()
virtual BT * instance ()

Detailed Description

template<class BT, class ST>
class Wt::Factory< BT, ST >

Definition at line 44 of file audio.h.


Constructor & Destructor Documentation

template<class BT, class ST>
Wt::Factory< BT, ST >::Factory (  )  [inline]

Definition at line 46 of file audio.h.

00046 {}

template<class BT, class ST>
virtual Wt::Factory< BT, ST >::~Factory (  )  [inline, virtual]

Definition at line 47 of file audio.h.

00047 {}


Member Function Documentation

template<class BT, class ST>
virtual BT* Wt::Factory< BT, ST >::instance (  )  [inline, virtual]

Implements Wt::BaseFactory< BT >.

Definition at line 48 of file audio.h.

00048                            {
00049         return BT::template instance<ST>
00050         ();
00051     }


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

Generated Fri Jul 28 19:25:38 2006.
Copyright © 1998-2003 by the respective authors.

This document is licensed under the terms of the GNU Free Documentation License and may be freely distributed under the conditions given by this license.