GCC Code Coverage Report


Directory: src/
File: src/hpp/corbaserver/manipulation/gcommonSK.cc
Date: 2024-12-13 15:43:02
Exec Total Coverage
Lines: 0 26 0.0%
Branches: 0 0 -%

Line Branch Exec Source
1 // This file is generated by omniidl (C++ backend) - omniORB_4_3. Do not edit.
2
3 #include "gcommon-idl.hh"
4 #include <omniORB4/IOP_S.h>
5 #include <omniORB4/IOP_C.h>
6 #include <omniORB4/callDescriptor.h>
7 #include <omniORB4/callHandle.h>
8 #include <omniORB4/objTracker.h>
9
10
11 OMNI_USING_NAMESPACE(omni)
12
13 OMNI_MAYBE_UNUSED static const char* _0RL_library_version = omniORB_4_3;
14
15
16
17 void
18 hpp::ConfigProjStat::operator>>= (cdrStream &_n) const
19 {
20 success >>= _n;
21 error >>= _n;
22 nbObs >>= _n;
23
24 }
25
26 void
27 hpp::ConfigProjStat::operator<<= (cdrStream &_n)
28 {
29 (::CORBA::Long&)success <<= _n;
30 (::CORBA::Long&)error <<= _n;
31 (::CORBA::Long&)nbObs <<= _n;
32
33 }
34
35 void
36 hpp::GraphComp::operator>>= (cdrStream &_n) const
37 {
38 _n.marshalString(name,0);
39 id >>= _n;
40 start >>= _n;
41 end >>= _n;
42 (const IDseq&) waypoints >>= _n;
43
44 }
45
46 void
47 hpp::GraphComp::operator<<= (cdrStream &_n)
48 {
49 name = _n.unmarshalString(0);
50 (::CORBA::Long&)id <<= _n;
51 (::CORBA::Long&)start <<= _n;
52 (::CORBA::Long&)end <<= _n;
53 (IDseq&)waypoints <<= _n;
54
55 }
56
57 void
58 hpp::GraphElements::operator>>= (cdrStream &_n) const
59 {
60 (const GraphComps_t&) nodes >>= _n;
61 (const GraphComps_t&) edges >>= _n;
62
63 }
64
65 void
66 hpp::GraphElements::operator<<= (cdrStream &_n)
67 {
68 (GraphComps_t&)nodes <<= _n;
69 (GraphComps_t&)edges <<= _n;
70
71 }
72
73