FACT++
1.0
Main Page
Related Pages
Namespaces
Classes
Files
Examples
void add_serv_bool
(
const bool &
boolval
)
Definition at line
86
of file
test_serve.cxx
.
Referenced by
main()
.
87
{
88
DimService
*
serv
;
89
90
// serv = new DimService("TEST/BOOLVAL_CONST",(short &)boolval);
91
serv =
new
DimService
(
"TEST/BOOLVAL_CONST"
,
"C:1"
, (
void
*)&boolval, 1);
92
}
serv
Definition:
dis.c:69
DimService
Definition:
dis.hxx:141
Here is the caller graph for this function:
dim
src
examples
test_serve.cxx
Generated on Sun Sep 18 2016 20:50:31 for FACT++ by
1.8.11