Public Member Functions

HdlFBPlugTemplate< T > Class Template Reference

This reference page is linked to from the following overview topics: MotionBuilder 2014.


Search for all occurrences

Detailed Description

template<class T>
class HdlFBPlugTemplate< T >

Definition at line 583 of file fbplug.h.

#include <fbplug.h>

Inheritance diagram for HdlFBPlugTemplate< T >:
Inheritance graph
[legend]

List of all members.

Public Member Functions

 HdlFBPlugTemplate ()
 HdlFBPlugTemplate (HdlFBPlug const &pPlug)
 HdlFBPlugTemplate (const FBPlug *pPlug)
HdlFBPlugTemplate< T > & operator= (const HdlFBPlugTemplate< T > &pPlug)
bool operator== (const HdlFBPlugTemplate< T > &pFBPlug) const
bool operator!= (const HdlFBPlugTemplate< T > &pFBPlug) const
T * operator() () const
T * operator-> () const
 operator T * () const

Constructor & Destructor Documentation

HdlFBPlugTemplate ( ) [inline]

Definition at line 586 of file fbplug.h.

    {
    }
HdlFBPlugTemplate ( HdlFBPlug const &  pPlug) [inline]

Definition at line 590 of file fbplug.h.

        : HdlFBPlug(pPlug) 
    {
    }
HdlFBPlugTemplate ( const FBPlug pPlug) [inline]

Definition at line 595 of file fbplug.h.

        : HdlFBPlug((FBPlug *)pPlug) 
    {
    }

Member Function Documentation

HdlFBPlugTemplate<T>& operator= ( const HdlFBPlugTemplate< T > &  pPlug) [inline]

Definition at line 600 of file fbplug.h.

    { 
        SetPlug(pPlug.GetPlug());
        return *this;
    }
bool operator== ( const HdlFBPlugTemplate< T > &  pFBPlug) const [inline]

Definition at line 606 of file fbplug.h.

    {
        return GetPlug() == pFBPlug.GetPlug();
    }
bool operator!= ( const HdlFBPlugTemplate< T > &  pFBPlug) const [inline]

Definition at line 611 of file fbplug.h.

    {
        return GetPlug() != pFBPlug.GetPlug();
    }
T* operator() ( ) const [inline]

Reimplemented from HdlFBPlug.

Definition at line 616 of file fbplug.h.

    { 
        return (T *)GetPlug(); 
    }
T* operator-> ( ) const [inline]

Reimplemented from HdlFBPlug.

Definition at line 621 of file fbplug.h.

    { 
        return (T *)GetPlug(); 
    }
operator T * ( ) const [inline]

Definition at line 626 of file fbplug.h.

    { 
        return (T *)GetPlug(); 
    }

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