ELC in dev
ELC-lang
|
Public 类型 | |
typedef list_t< T > | this_t |
typedef cons_t< T > | cons |
typedef iterator_t< T, cons * > | iterator |
Public 成员函数 | |
constexpr | list_t () noexcept |
constexpr void | add (cons *a) noexcept |
constexpr iterator | begin () noexcept |
constexpr iterator | end () noexcept |
constexpr iterator | head () noexcept |
constexpr bool | empty () const noexcept |
在文件 all_defs.cpp 第 12840 行定义.
typedef cons_t<T> elc::defs::base::list_t< T >::cons |
在文件 all_defs.cpp 第 12842 行定义.
typedef iterator_t<T,cons*> elc::defs::base::list_t< T >::iterator |
在文件 all_defs.cpp 第 12843 行定义.
typedef list_t<T> elc::defs::base::list_t< T >::this_t |
在文件 all_defs.cpp 第 12841 行定义.
|
inlineconstexprnoexcept |
在文件 all_defs.cpp 第 12847 行定义.
|
inlineconstexprnoexcept |
在文件 all_defs.cpp 第 12848 行定义.
|
inlineconstexprnoexcept |
在文件 all_defs.cpp 第 12851 行定义.
|
inlineconstexprnoexcept |
在文件 all_defs.cpp 第 12854 行定义.
|
inlineconstexprnoexcept |
在文件 all_defs.cpp 第 12852 行定义.
|
inlineconstexprnoexcept |
在文件 all_defs.cpp 第 12853 行定义.