MCPcopy Create free account
hub / github.com/MaxBelkov/visualsyslog / TParamValue

Method TParamValue

sourcecommon/savepar.cpp:11–13  ·  view source on GitHub ↗

---------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

9
10//---------------------------------------------------------------------------
11TParamValue::TParamValue(AnsiString n, Variant v) :
12 name(n), value(v)
13{}
14TParamValue::TParamValue(void)
15{}
16bool TParamValue::Empty(void)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected