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.
- TMovieType ()
- TMovieType (const TMovieType &)
- TMovieType (const TToken &)
Interface Category:
API.
Purpose:
- Default constructor.
- Copy constructor.
- Typical constructor.
Calling Context:
- Called by the stream-in operators
- Call this function directly.
- Call this function directly.
Parameters:
- Takes no parameters.
- const TMovieType & -The object to copy.
- const TToken & -A token representing the type.
Return Value:
None.
Exceptions:
Throws no exceptions, passes all exceptions through.
Concurrency:
Multithread safe.
Other Considerations:
None.
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:
- TStream & toWhere -The stream the object streams itself out to.
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:
- TStream & fromWhere -The stream the object streams itself in from.
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.