VR-Forces 4.3.1 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
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 "
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
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 Wed Jul 29 00:55:00 EDT 2015 from SVN revision 155257
Copyright © 2005-2015 VT MÄK. All Rights Reserved (
www.mak.com
)