libcw
d
version 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
12
namespace
libcwd
{
13
14
inline
ContinuedChannel::ContinuedChannel(
control_flag_t
maskbit)
15
{
16
NS_initialize(maskbit);
17
}
18
19
inline
control_flag_t
ContinuedChannel::get_maskbit()
const
20
{
21
return
maskbit_;
22
}
23
24
}
// namespace libcwd
25
26
#endif
// LIBCWD_CLASS_CONTINUED_CHANNEL_INL
ContinuedChannel.h
control_flag.h
libcwd::control_flag_t
unsigned int control_flag_t
Definition
control_flag.h:21
libcwd
namespace for libcwd.
libcwd
ContinuedChannel.inl.h
Copyright © 2001-2004, 2026 Carlo Wood. All rights reserved. Generated by
1.16.1.