Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ShiqiYu/CPP
/ DataType
Enum
DataType
week15/examples/nested-enum2.cpp:7–13 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
5
{
6
public:
7
enum DataType
8
{
9
TYPE8U,
10
TYPE8S,
11
TYPE32F,
12
TYPE64F
13
};
14
private:
15
DataType type;
16
void * data;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected