WvStreams
Main Page
Modules
Classes
Files
File List
File Members
configfile
cfgentry.cc
1
/*
2
* Worldvisions Weaver Software:
3
* Copyright (C) 1997-2002 Net Integration Technologies, Inc.
4
*
5
* Implementation of the WvConfigEntry class.
6
*
7
* Created: Sept 28 1997 D. Coombs
8
*
9
*/
10
#include "wvconf.h"
11
12
WvConfigEntry::WvConfigEntry()
13
{
14
}
15
16
WvConfigEntry::WvConfigEntry(
WvStringParm
_name,
WvStringParm
_value)
17
: name(_name), value(_value)
18
{
19
}
20
21
WvConfigEntry::~WvConfigEntry()
22
{
23
}
WvFastString
A WvFastString acts exactly like a WvString, but can take (const char *) strings without needing to a...
Definition:
wvstring.h:93
Generated on Thu Mar 3 2016 12:21:34 for WvStreams by
1.8.7