VR-Link API Documentation for HLA 1.3
tReflIffList.h
Go to the documentation of this file.
00001 /*********************************************************************
00002 ** Copyright (c) 1992-2010 VT MAK
00003 ** All rights reserved.
00004 *********************************************************************/
00005 
00006 
00007 #if DtTENA 
00008 
00009 #ifndef tReflIffList_H_
00010 #define tReflIffList_H_
00011 
00012 
00013 #include "tReflIff.h"
00014 #include "tRefObjList.h"
00015 
00016 #include <list>
00017 
00022 
00023 class DT_DLL_VL DtReflectedIff;
00024 
00025 
00029 class DT_DLL_VL DtReflectedIffList : public DtReflectedObjectList
00030 {
00031 public:
00032 
00035    DtReflectedIffList(DtExerciseConn* exConn);
00036 
00038    virtual ~DtReflectedIffList();
00039 
00040 private:
00041 
00043    DtReflectedIffList(const DtReflectedIffList& orig);
00044 
00046    DtReflectedIffList& operator=(const DtReflectedIffList& orig);
00047 
00048 public:
00049 
00051    virtual void addIffAdditionCallback(
00052       DtIffCallbackFunction cb, void* userData);
00053 
00055    virtual void removeIffAdditionCallback(
00056       DtIffCallbackFunction cb, void* userData);
00057 
00059    virtual void addIffRemovalCallback(
00060       DtIffCallbackFunction cb, void* userData);
00061 
00063    virtual void removeIffRemovalCallback(
00064       DtIffCallbackFunction cb, void* userData);
00065 
00067    virtual DtReflectedIff* first() const;
00068 
00070    virtual DtReflectedIff* last() const;
00071 
00072 protected:
00073    const std::vector<DtString>& defaultInterfaceList();
00074 };
00075 
00076 #endif
00077 #endif
00078 

Document ID: Generated on Mon May 14 08:06:18 EDT 2012 from SVN revision 114750
Copyright © 2005-2012 VT MÄK Inc. All Rights Reserved (www.mak.com)