libcwdversion 2.0.0
The C++ Debugging Support Library
Loading...
Searching...
No Matches
ContinuedChannel.inl.h
1// SPDX-FileCopyrightText: 2001-2004, 2018, 2020, 2026 Carlo Wood
2// SPDX-License-Identifier: MIT
3
4#pragma once
5
6#ifndef LIBCWD_CLASS_CONTINUED_CHANNEL_INL
7#define LIBCWD_CLASS_CONTINUED_CHANNEL_INL
8
9#include "ContinuedChannel.h"
10#include "control_flag.h"
11
12namespace libcwd {
13
14inline ContinuedChannel::ContinuedChannel(control_flag_t maskbit)
15{
16 NS_initialize(maskbit);
17}
18
19inline control_flag_t ContinuedChannel::get_maskbit() const
20{
21 return maskbit_;
22}
23
24} // namespace libcwd
25
26#endif // LIBCWD_CLASS_CONTINUED_CHANNEL_INL
unsigned int control_flag_t
Definition control_flag.h:21
namespace for libcwd.