#include <dotXSITemplate.h>
This class supports methods for grouping CdotXSITemplate objects together, including indexing of objects, finding objects, etc.
|
THIS CODE IS PUBLISHED AS A SAMPLE ONLY AND IS PROVIDED "AS IS". IN NO EVENT SHALL SOFTIMAGE, AVID TECHNOLOGY, INC. AND/OR THEIR RESPECTIVE SUPPLIERS BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS CODE . COPYRIGHT NOTICE. Copyright © 1999 Avid Technology Inc. . All rights reserved. SOFTIMAGE is a registered trademark of Avid Technology Inc. or its subsidiaries or divisions. Windows NT is a registered trademark of Microsoft Corp. All other trademarks contained herein are the property of their respective owners. ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////. Default constructor. Creates a CdotXSITemplates object. Sets the m_bDeleteOnExit flag to true by default. |
|
Constructor. Creates a CdotXSITemplates object. Sets the m_bDeleteOnExit flag to the input parameter value
|
|
Destructor. |
|
Add a CdotXSITemplate element to this container, in the specified position.
|
|
Creates a new container object that contains all elements within this container that have a type name that matches
|
|
Removes all elements from the container.
|
|
Searches all templates, and all children of templates contained within this container for a CdotXSITemplate whose type name is given by
|
|
Search all templates contained within this container for a CdotXSITemplate that has a type name of
|
|
Get the number of elements in this particular template hierarchy level.
|
|
Get the total number of elements (recursive, including child templates).
|
|
Checks whether a template of a given type name is contained within this container.
|
|
Get the specified element (directly). This call is equivalent to Item(SI_Int, CdotXSITemplate **), except that it returns the pointer directly from the function instead of storing the return in an out parameter.
|
|
Gets the specified element (indirectly). This call is equivalent to Item(SI_Int), except that it stores the return in an out parameter, rather than returning the pointer directly from the function itself.
|
|
Remove the specified element.
|
© Copyright 2001-2003 Avid Technology, Inc. All rights reserved.