Public Member Functions | Static Public Member Functions

fst::AddOnPair< A1, A2 > Class Template Reference

Create a new add-on from a pair of add-ons. More...

#include <fst/add-on.h>

Collaboration diagram for fst::AddOnPair< A1, A2 >:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 AddOnPair (A1 *a1, A2 *a2)
 Argument reference count incremented.
 ~AddOnPair ()
A1 * First () const
A2 * Second () const
bool Write (ostream &ostrm) const
int RefCount () const
int IncrRefCount ()
int DecrRefCount ()

Static Public Member Functions

static AddOnPair< A1, A2 > * Read (istream &istrm)

Detailed Description

template<class A1, class A2>
class fst::AddOnPair< A1, A2 >

Create a new add-on from a pair of add-ons.

Definition at line 63 of file add-on.h.


Constructor & Destructor Documentation

template<class A1, class A2>
fst::AddOnPair< A1, A2 >::AddOnPair ( A1 *  a1,
A2 *  a2 
) [inline]

Argument reference count incremented.

Definition at line 66 of file add-on.h.

template<class A1, class A2>
fst::AddOnPair< A1, A2 >::~AddOnPair (  )  [inline]

Definition at line 74 of file add-on.h.


Member Function Documentation

template<class A1, class A2>
int fst::AddOnPair< A1, A2 >::DecrRefCount (  )  [inline]

Definition at line 123 of file add-on.h.

template<class A1, class A2>
A1* fst::AddOnPair< A1, A2 >::First (  )  const [inline]

Definition at line 81 of file add-on.h.

template<class A1, class A2>
int fst::AddOnPair< A1, A2 >::IncrRefCount (  )  [inline]

Definition at line 119 of file add-on.h.

template<class A1, class A2>
static AddOnPair<A1, A2>* fst::AddOnPair< A1, A2 >::Read ( istream &  istrm  )  [inline, static]

Definition at line 84 of file add-on.h.

template<class A1, class A2>
int fst::AddOnPair< A1, A2 >::RefCount (  )  const [inline]

Definition at line 117 of file add-on.h.

template<class A1, class A2>
A2* fst::AddOnPair< A1, A2 >::Second (  )  const [inline]

Definition at line 82 of file add-on.h.

template<class A1, class A2>
bool fst::AddOnPair< A1, A2 >::Write ( ostream &  ostrm  )  const [inline]

Definition at line 105 of file add-on.h.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines