libzed
1.9.9
A general-purpose library for quick and simple data manipulation.
Loading...
Searching...
No Matches
zstr.hpp
Go to the documentation of this file.
1
#pragma once
2
8
namespace
z {
9
namespace
core {
10
namespace
zstr
{
14
enum
zstr
{
15
string
= 0,
16
integer = 1,
17
floating = 2,
18
complex = 4,
19
};
20
}
// namespace zstr
21
}
// namespace core
22
}
// namespace z
z::core::zstr::zstr
zstr
Data types that a string can convert to or from.
Definition
zstr.hpp:14
z
core
zstr.hpp
Generated by
1.9.8