VR-Forces 4.7 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Groups
Pages
include
vrfutil
realList.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 <
readerWriter/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
DtReaderWriter::SearchPaths
& searchPaths,
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 Fri Apr 26 21:53:14 EDT 2019 from SVN revision 197883
Copyright © 2005-2019 VT MAK. All Rights Reserved (
www.mak.com
)