VR-Forces Development_Version 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
rwIntegerList.h
Go to the documentation of this file.
1
/*******************************************************************************
2
** Copyright (c) 2002 MAK Technologies, Inc.
3
** All rights reserved.
4
*******************************************************************************/
5
/*******************************************************************************
6
** $RCSfile: rwIntegerList.h,v $ $Revision: 1.7 $ $State: Exp $
7
*******************************************************************************/
8
11
12
#ifndef DtRwIntegerList_H_
13
#define DtRwIntegerList_H_
14
15
#include "
vrfutil/rwList.h
"
16
#include "
vrfutil/vrfutilDefines.h
"
17
18
class
DtRwInt
;
19
23
class
DT_DLL_vrfutil
DtRwIntegerList
:
public
DtRwList
24
{
25
public
:
26
28
DtRwIntegerList
();
29
31
DtRwIntegerList
(
const
DtString
& name,
DtReaderWriterRegistry
*
const
32
parentRegistry = NULL);
33
DtRwIntegerList
(
const
DtSymbolString
& name,
DtReaderWriterRegistry
*
const
34
parentRegistry = NULL);
35
DtRwIntegerList
(
const
DtRwIntegerList
& name,
DtReaderWriterRegistry
*
const
36
parentRegistry = NULL);
37
39
virtual
~
DtRwIntegerList
();
40
44
45
DtRwIntegerList
(
const
DtString
& name,
const
DtRwIntegerList
& orig,
46
DtReaderWriterRegistry
* parentRegistry = NULL);
47
48
DtRwIntegerList
(
const
DtSymbolString
& name,
const
DtRwIntegerList
& orig,
49
DtReaderWriterRegistry
* parentRegistry = NULL);
51
55
DtRwIntegerList
&
operator=
(
const
DtRwIntegerList
& orig);
56
65
virtual
void
addInteger(
DtRwInt
* rwInt);
66
70
virtual
void
removeInteger(
DtRwInt
* rwInt, DtListItem* listItem);
71
73
void
emptyList();
74
75
protected
:
76
79
virtual
DtlObjPtr
getData
(DtlObjPtr args,
const
DtReaderWriter::SearchPaths
& searchPaths,
80
const
DtVariableBindingsList
& variableBindings);
81
83
void
copyList(
const
DtRwIntegerList
& orig);
84
};
85
86
#endif
Document ID: Generated on Tue Mar 8 22:13:38 EST 2016 from SVN revision 162938
Copyright © 2005-2015 VT MÄK. All Rights Reserved (
www.mak.com
)