LeviLamina
Loading...
Searching...
No Matches
NetworkRoute.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5namespace rtc {
6
8public:
9 // member variables
10 // NOLINTBEGIN
16 // NOLINTEND
17
18public:
19 // prevent constructor by default
20 NetworkRoute& operator=(NetworkRoute const&);
23
24public:
25 // member functions
26 // NOLINTBEGIN
27 MCAPI ::std::string DebugString() const;
28
29 MCAPI bool operator==(::rtc::NetworkRoute const&) const;
30 // NOLINTEND
31};
32
33} // namespace rtc
Definition Alias.h:14
Definition NetworkRoute.h:7