Class: TMovieType

Declaration: Movie.h

Taxonomy Categories:

Member Functions:


Interface Category:

API.

Inherits From:

TMediaType

Inherited By:

None.

Purpose:

This is an obsolete class.

Instantiation:

Allocate on the heap or the stack.

Deriving Classes:

Derive to identify TMovie derived class objects.

Concurrency:

Not multithread safe.

Resource Use:

No special requirements.

Member Function: TMovieType::TMovieType

  1. TMovieType ()
  2. TMovieType (const TMovieType &)
  3. TMovieType (const TToken &)

Interface Category:

API.

Purpose:

  1. Default constructor.
  2. Copy constructor.
  3. Typical constructor.

Calling Context:

  1. Called by the stream-in operators
  2. Call this function directly.
  3. Call this function directly.

Parameters:

Return Value:

None.

Exceptions:

Throws no exceptions, passes all exceptions through.

Concurrency:

Multithread safe.

Other Considerations:

None.

Member Function: TMovieType::~TMovieType

virtual ~ TMovieType ()

Interface Category:

API.

Purpose:

Destructor.

Calling Context:

Call this function directly.

Parameters:

Return Value:

None.

Exceptions:

Throws no exceptions, passes all exceptions through.

Concurrency:

Multithread safe.

Other Considerations:

None.

Member Function: TMovieType::operator=

TMovieType & operator =(const TMovieType &)

Interface Category:

API.

Purpose:

Assignment operator.

Calling Context:

Call this function directly.

Parameters:

Return Value:

A non-const reference to the left-hand side object.

Exceptions:

Throws no exceptions, passes all exceptions through.

Concurrency:

Multithread safe.

Other Considerations:

None.

Member Function: TMovieType::Hash

virtual long Hash () const

Interface Category:

API.

Purpose:

Returns a hash value.

Calling Context:

Call this function directly.

Parameters:

Return Value:

long -The hash value.

Exceptions:

Throws no exceptions, passes all exceptions through.

Concurrency:

Multithread safe.

Other Considerations:

None.

Member Function: TMovieType::GetMovieType

static const TMovieType & GetMovieType ()

Interface Category:

API.

Purpose:

Returns the movie type.

Calling Context:

Not called.

Parameters:

Return Value:

TMovieType -The movie type.

Exceptions:

Throws no exceptions, passes all exceptions through.

Concurrency:

Multithread safe.

Other Considerations:

None.

Member Function: TMovieType::operator>>=

virtual TStream & operator >>=(TStream & toWhere) const

Interface Category:

API.

Purpose:

Stream-out operator.

Calling Context:

Call this function directly.

Parameters:

Return Value:

Returns a reference to the stream the object streams itself out to.

Exceptions:

Throws no exceptions, passes all exceptions through.

Concurrency:

Multithread safe.

Other Considerations:

None.

Member Function: TMovieType::operator<<=

virtual TStream & operator <<= (TStream & fromWhere)

Interface Category:

API.

Purpose:

Stream-in operator.

Calling Context:

Call this function directly.

Parameters:

Return Value:

Returns a reference to the stream the object streams itself in from.

Exceptions:

Throws TInvalidVersionError if the versions don't match.

Concurrency:

Multithread safe.

Other Considerations:

None.

Member Function: TMovieType::GetDataType

TToken GetDataType () const

Interface Category:

API.

Purpose:

Gets the data type as a TToken.

Calling Context:

Call this function directly.

Parameters:

Return Value:

A TToken object representing the data type.

Exceptions:

Throws no exceptions, passes all exceptions through.

Concurrency:

Multithread safe.

Other Considerations:

None.
Click the icon to mail questions or corrections about this material to Taligent personnel.
Copyright©1995 Taligent,Inc. All rights reserved.