VR-Link API Documentation for DIS
Home
Namespaces
Classes
Files
Examples
Libraries
File List
File Members
include
mtl
envNamedList.h
Go to the documentation of this file.
1
/******************************************************************************
2
** Copyright (c) 1992-2010 VT MAK
3
** All rights reserved.
4
******************************************************************************/
5
6
10
11
#ifndef envNamedList_H__
12
#define envNamedList_H__
13
14
#include "
envList.h
"
15
16
#ifdef DtUSE_UTILITIES_NAMESPACE
17
namespace
DtUSE_UTILITIES_NAMESPACE
18
{
19
#endif
20
21
24
class
DT_DLL_MTL
DtEnvNamedList
:
public
DtEnvList
25
{
26
public
:
27
friend
class
DtEnvironment
;
28
30
virtual
~
DtEnvNamedList
();
31
33
virtual
DtString
name()
const
;
34
36
virtual
void
setName(
const
DtString
& name);
37
39
virtual
DtEnvValueSP
first()
const
;
40
42
static
bool
isNamedList(
DtEnvValueSP
);
43
46
static
DtEnvNamedList
* castToNamedList(
DtEnvValueSP
value);
47
48
protected
:
49
50
DtEnvNamedList
(
const
DtString
& name,
const
DtString
& value);
51
virtual
DtEnvValue
* clone()
const
;
52
};
53
54
#ifdef DtUSE_UTILITIES_NAMESPACE
55
}
56
#endif
57
58
#endif
Document ID: Generated on Wed Oct 23 22:25:48 EDT 2013 from SVN revision 132765
Copyright © 2005-2013 VT MÄK. All Rights Reserved (
www.mak.com
)