VR-Forces 4.2 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
include
vrfutil
rwStringList.h
Go to the documentation of this file.
1
/*********************************************************************
2
** Copyright (c) 2013 MaK Technologies, Inc.
3
** All rights reserved.
4
*********************************************************************/
5
8
9
#pragma once
10
11
#include "
vrfutil/rwList.h
"
12
#include "
vrfutil/vrfutilDefines.h
"
13
17
18
class
DtRwString
;
19
20
class
DT_DLL_vrfutil
DtRwStringList
:
public
DtRwList
21
{
22
public
:
23
25
DtRwStringList
();
26
28
DtRwStringList
(
const
DtString
& name,
DtReaderWriterRegistry
*
const
parentRegistry = NULL);
29
DtRwStringList
(
const
DtSymbolString& name,
DtReaderWriterRegistry
*
const
parentRegistry = NULL);
30
32
virtual
~
DtRwStringList
();
33
36
virtual
DtlObjPtr
getData
(DtlObjPtr args,
const
DtFilename& searchPath,
37
const
DtVariableBindingsList
& variableBindings);
38
40
DtRwStringList
(
const
DtRwStringList
& orig,
DtReaderWriterRegistry
*
const
parentRegistry = NULL);
41
43
DtRwStringList
&
operator=
(
const
DtRwStringList
& orig);
44
45
virtual
void
emptyList();
46
47
virtual
const
char
*
readerWriterType
()
const
;
48
50
virtual
DtRwString
*
add
(
const
DtString
&);
51
53
virtual
DtRwString
*
add
(
DtRwString
*);
54
55
protected
:
57
void
emptyListInternal();
59
void
copyList(
const
DtRwStringList
& orig);
60
};
Document ID: Generated on Sun Nov 24 19:49:21 EST 2013 from SVN revision 133924
Copyright © 2005-2013 VT MÄK. All Rights Reserved (
www.mak.com
)