VR-Forces 4.1.1 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
include
vrfutil
rwRealList.h
Go to the documentation of this file.
1
/*********************************************************************
2
** Copyright (c) 1999 MaK Technologies, Inc.
3
** All rights reserved.
4
*********************************************************************/
5
/*********************************************************************
6
** $RCSfile: rwRealList.h,v $ $Revision: 1.5 $ $State: Exp $
7
*********************************************************************/
8
11
12
#ifndef DtRealList_H_
13
#define DtRealList_H_
14
15
#include "
vrfutil/rwList.h
"
16
20
21
#include "
vrfutil/vrfutilDefines.h
"
22
class
DT_DLL_vrfutil
DtRealList
:
public
DtRwList
23
{
24
public
:
25
27
DtRealList
();
28
30
DtRealList
(
const
DtString
& name,
DtReaderWriterRegistry
*
const
parentRegistry = NULL);
31
DtRealList
(
const
DtSymbolString
& name,
32
DtReaderWriterRegistry
*
const
parentRegistry = NULL);
33
35
virtual
~
DtRealList
();
36
37
protected
:
38
41
virtual
DtlObjPtr
getData
(DtlObjPtr args,
const
DtFilename& searchPath,
42
const
DtVariableBindingsList
& variableBindings);
43
46
DtRealList
(
const
DtRealList
& orig);
47
50
DtRealList
&
operator=
(
const
DtRealList
& orig);
51
};
52
53
#endif
Document ID: Generated on Mon Apr 8 19:24:01 EDT 2013 from SVN revision 125877
Copyright © 2005-2013 VT MÄK. All Rights Reserved (
www.mak.com
)