LeviLamina
Loading...
Searching...
No Matches
StackedGraphBars.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
6public:
7 // StackedGraphBars inner types declare
8 // clang-format off
9 struct ColorKey;
10 // clang-format on
11
12 // StackedGraphBars inner types define
13 struct ColorKey {
14 public:
15 // member variables
16 // NOLINTBEGIN
19 // NOLINTEND
20
21 public:
22 // prevent constructor by default
23 ColorKey& operator=(ColorKey const&);
24 ColorKey(ColorKey const&);
25 ColorKey();
26 };
27
28public:
29 // member variables
30 // NOLINTBEGIN
36 // NOLINTEND
37
38public:
39 // prevent constructor by default
40 StackedGraphBars& operator=(StackedGraphBars const&);
43};
Definition StackedGraphBars.h:5
Definition StackedGraphBars.h:13
Definition Alias.h:14