VR-Link API Documentation for DIS
definedDatatypeRep.h
Go to the documentation of this file.
00001 /*******************************************************************************
00002 ** Copyright (c) 1992-2010 VT MAK
00003 ** All rights reserved.
00004 *******************************************************************************/
00007 #pragma once
00008 
00009 #include "datatypeRep.h"
00010 
00011 #include "stringTree.h"
00012 
00013 class DT_DLL_OMTREADER DtObjectHistory;
00014 
00015 class DT_DLL_OMTREADER DtDefinedDatatypeRep : public DtDatatypeRep
00016 {
00017 public:
00018 
00020    DtDefinedDatatypeRep();
00021    
00023    virtual ~DtDefinedDatatypeRep();
00024 
00025    virtual DtString stringRep(const void* ptr, int* size, DtObjectHistory* hist) const = 0;   
00026    virtual DtStringTree* createTreeRep(const void* ptr, int* size = 0, DtObjectHistory* hist = 0) const = 0;   
00027    
00028    //Returns the nonmodified string
00029    virtual DtString originalStringRep(const void* ptr, int* size = 0, DtObjectHistory* hist = 0) const = 0;    
00030 };
00031 
00032 

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)