libart-paperback 0.1.0-a.1.20260122225059.e5fea306241a
PDF (1.4) library for C++
undefined.hxx
1#ifndef art__paperback__carousel__undefined_hxx_
2#define art__paperback__carousel__undefined_hxx_
3
4#include <art/paperback/types.hxx>
5#include <art/paperback/forward.hxx>
6
7#include <art/paperback/carousel/object-model.hxx>
8
10{
11
14 {
15 public:
16 /// Constructor.
17 ///
18 Undefined();
19
20 /// Constructor.
21 ///
22 Undefined(Undefined const&);
23
24 /// Constructor.
25 ///
27
28 /// Destructor.
29 ///
30 ~Undefined() noexcept;
31
32 /// Assignment.
33 ///
35 operator=(Undefined const&);
36
37 /// Assignment.
38 ///
41
42 /// Comparison.
43 ///
44 bool
45 operator==(Undefined const&) const;
46
47 /// Comparison.
48 ///
49 bool
50 operator!=(Undefined const&) const;
51
52 };
53
54} // namespace Art::Paperback::Carousel
55
56#endif
Base class for value types.
Definition object-model.hxx:295
Undefined & operator=(Undefined const &)
Assignment.
Definition undefined.cxx:23
bool operator!=(Undefined const &) const
Comparison.
Definition undefined.cxx:44
Undefined()
Constructor.
Definition undefined.cxx:6
~Undefined() noexcept
Destructor.
Definition undefined.cxx:18
bool operator==(Undefined const &) const
Comparison.
Definition undefined.cxx:37
COS file format implementation namespace.
Definition array.cxx:6