MAK RTIspy API Documentation for HLA Evolved
momObject.h
Go to the documentation of this file.
00001 /*********************************************************************
00002 ** Copyright(c) 2001 MAK Technologies, Inc.
00003 ** All rights reserved.
00004 *********************************************************************/
00005 /*********************************************************************
00006 ** $RCSfile: momObject.h,v $ $Revision: 1.8 $ $State: Exp $
00007 *********************************************************************/
00008 #ifdef DtMOM
00009 
00010 
00011 
00012 #ifndef DtMomObject_H_
00013 #define DtMomObject_H_
00014 
00015 #include "rtiMsConfig.h"
00016 #include "internalTypes.h"
00017 #include "attrHandSet.h"
00018 
00019 class DT_DLL_LRC DtMomObjectInfo
00020 {
00021 public:
00022 
00024    DtMomObjectInfo();
00025 
00027    virtual ~DtMomObjectInfo();
00028 
00029    virtual void setActualClass(DtHandle handle);
00030 
00031    virtual DtHandle actualClass();
00032 
00033    virtual void setKnownClass(DtHandle handle);
00034 
00035    virtual DtHandle knownClass();
00036 
00037    virtual void setOwned(DtAttributeHandleSet const & set);
00038 
00039    virtual DtAttributeHandleSet const & owned() const;
00040    virtual DtAttributeHandleSet & owned();
00041 
00042 
00043 
00044 protected:
00045    DtHandle myActualClass;
00046    DtHandle myKnownClass;
00047    DtAttributeHandleSet myOwned;
00048 
00049 private:
00051    DtMomObjectInfo(const DtMomObjectInfo& orig);
00052  
00053 
00054 
00055 };
00056 
00057 #endif
00058 #endif

Document ID: Generated on Thu Jun 14 14:15:04 EDT 2012 from SVN revision 116116
Copyright © 2005-2012 VT MÄK Inc. All Rights Reserved (www.mak.com)