VR-Forces 4.1 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) 1999 MaK Technologies, Inc.
3
** All rights reserved.
4
*********************************************************************/
5
/*********************************************************************
6
** $RCSfile: rwStringList.h,v $ $Revision: 1.6 $ $State: Exp $
7
*********************************************************************/
8
11
12
#ifndef DtRwStringList_H_
13
#define DtRwStringList_H_
14
15
#include "
vrfutil/rwList.h
"
16
20
21
#include "
vrfutil/vrfutilDefines.h
"
22
class
DT_DLL_vrfutil
DtRwStringList
:
public
DtRwList
23
{
24
public
:
25
27
DtRwStringList
();
28
30
DtRwStringList
(
const
DtString
& name,
DtReaderWriterRegistry
*
const
parentRegistry = NULL);
31
DtRwStringList
(
const
DtSymbolString
& name,
DtReaderWriterRegistry
*
const
parentRegistry = NULL);
32
34
virtual
~
DtRwStringList
();
35
38
virtual
DtlObjPtr
getData
(DtlObjPtr args,
const
DtFilename& searchPath,
39
const
DtVariableBindingsList
& variableBindings);
40
42
DtRwStringList
(
const
DtRwStringList
& orig,
DtReaderWriterRegistry
*
const
parentRegistry = NULL);
43
45
DtRwStringList
&
operator=
(
const
DtRwStringList
& orig);
46
47
virtual
void
emptyList();
48
49
protected
:
51
void
emptyListInternal();
53
void
copyList(
const
DtRwStringList
& orig);
54
};
55
56
#endif
Document ID: Generated on Tue Jan 29 18:21:16 EST 2013 from SVN revision 123193
Copyright © 2005-2013 VT MÄK Inc. All Rights Reserved (
www.mak.com
)