COLLADA 1.4 DOM: daeIDResolverType Class Reference

COLLADA

daeIDResolverType Class Reference

#include <daeAtomicType.h>

Inheritance diagram for daeIDResolverType:

Inheritance graph
[legend]
Collaboration diagram for daeIDResolverType:

Collaboration graph
[legend]
List of all members.

Detailed Description

The daeIDResolverType class is derived from daeAtomicType, and implements the reflective system for objects of type daeIDResolver.

Public Member Functions

 daeIDResolverType ()
 Constructor.
virtual daeBool memoryToString (daeChar *src, daeChar *dst, daeInt dstSize)
 Overrides the base class memory to string conversion function.
virtual daeBool stringToMemory (daeChar *src, daeChar *dst)
 Overrides the base class stringToMemoryFunction().
virtual void resolve (daeElementRef element, daeMetaAttributeRef ma)
 Overrides the base class resolve() function Resolves a reference, if indeed this type is a reference type.

Member Function Documentation

daeBool daeIDResolverType::memoryToString daeChar *  src,
daeChar *  dst,
daeInt  dstSize
[virtual]
 

Overrides the base class memory to string conversion function.

Parameters:
src Raw data from which to get the typed items.
dst Destination to output the string version of the elements to.
dstSize Number of bytes available in the destination memory.
Returns:
Returns true if the operation was successful, false if the operation would cause the destination buffer to overflow.

Reimplemented from daeAtomicType.

void daeIDResolverType::resolve daeElementRef  element,
daeMetaAttributeRef  ma
[virtual]
 

Overrides the base class resolve() function Resolves a reference, if indeed this type is a reference type.

Parameters:
element The containing element.
ma The deaMetaAttribute where the resolved reference should be placed.

Reimplemented from daeAtomicType.

daeBool daeIDResolverType::stringToMemory daeChar *  src,
daeChar *  dst
[virtual]
 

Overrides the base class stringToMemoryFunction().

Reads an atomic typed item into the destination runtime memory.

Parameters:
src Source string.
dst Raw binary to store the resulting value.
Returns:
Returns true if the operation was successful, false if not successful.

Reimplemented from daeAtomicType.


The documentation for this class was generated from the following files:
  • C:/SVN_wf/COLLADA_DOM/include/dae/daeAtomicType.h
  • C:/SVN_wf/COLLADA_DOM/src/dae/daeAtomicType.cpp

©2005 Sony Computer Entertainment Inc.. All Rights Reserved.
Generated on Fri Feb 10 16:47:00 2006 for COLLADA 1.4 DOM by doxygen 1.4.3