#include <SIBCUtil.h>#include <SIBCArray.h>#include <SIBCString.h>#include <SIBCMatrix.h>
Go to the source code of this file.
Classes |
|
| class | CSIBCUserData |
| Class that holds user data representation. More... |
|
| class | CSIBCNode |
| Base class for most objects within the Crosswalk SDK. More... |
|
Typedefs |
|
| typedef void(*) | SI_ReleaseMethod (void *in_pObjectToDelete) |
Copyright 2008 Autodesk, Inc. All rights reserved. Use of this software is subject to the terms of the Autodesk license agreement provided at the time of installation or download, or which otherwise accompanies this software in either electronic or hard copy form.
| typedef void(*) SI_ReleaseMethod(void *in_pObjectToDelete) |
The release method is a function pointer which is called on object deletion to perform any additional destruction on an objects data (which is passed through the in_pObjectToDelete parameter.