numberDatatypeRep.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 
00014 class DT_DLL_OMTREADER DtNumberDatatypeRep : public DtDatatypeRep
00015 {
00016 public:
00017    
00018    virtual double numberRep(const void* ptr, int* size = 0) const = 0;
00019 
00020 };
00021 
00022 

Document ID: Generated on Tue Oct 11 19:41:03 EDT 2011 from SVN revision 107422
Copyright © 2005-2011 VT MÄK Inc. All Rights Reserved (www.mak.com)