libGimbal
0.1.0
C17-Based Extended Standard Library and Cross-Language Runtime Framework
Loading...
Searching...
No Matches
gimbal_string_list.hpp
1
#
ifndef
GIMBAL_STRING_LIST_HPP
2
#
define
GIMBAL_STRING_LIST_HPP
3
4
#
include
"gimbal_string_list.h"
5
6
#
include
<
initializer_list
>
7
8
namespace
gbl {
9
10
class
StringList
{
11
private
:
12
GblStringList
* pList_ =
nullptr
;
13
14
public
:
15
16
StringList()
noexcept
=
default
;
17
StringList(
std
::
initializer_list
<)
18
19
20
};
21
22
}
23
24
#
endif
// GIMBAL_STRING_LIST_HPP
gbl::StringList
Definition
gimbal_string_list.hpp:10
GblStringList
GblRingList GblStringList
List of strings with array-like API.
Definition
gimbal_string_list.h:80
lib
api
gimbal
strings
gimbal_string_list.hpp
Generated by
1.9.8