ELC in dev
ELC-lang
载入中...
搜索中...
未找到
elc::defs::core::expr结构体 参考
类 elc::defs::core::expr 继承关系图:
[图例]
elc::defs::core::expr 的协作图:
[图例]

Public 类型

typedef expr this_t
 
- Public 类型 继承自 elc::defs::core::cons
typedef cons this_t
 

Public 成员函数

virtual value be_eval () override
 
virtual base_type_info_t get_type_info () const noexcept override
 
 cons (ptr car, ptr cdr)
 
- Public 成员函数 继承自 elc::defs::core::cons
 cons (ptr car, ptr cdr)
 
virtual value arec (const value index) override
 
virtual void clear () noexcept override
 

Public 属性

value _car
 
value _cdr
 
- Public 属性 继承自 elc::defs::core::cons
value _car
 
value _cdr
 

Protected 成员函数

virtual void abstract_method_unget_this () noexcept(noexcept((instance_struct< this_t >::abstract_method_unget_this()))) override
 
virtual void_abstract_method_copy_get_this () noexcept(noexcept((instance_struct< this_t >::_abstract_method_copy_get_this()))) override
 
virtual void_abstract_method_get_resize_this (size_t size) noexcept(noexcept((instance_struct< this_t >::instance_struct< this_t >::_abstract_method_get_resize_this(size)))) override
 
virtual void_abstract_method_get_forward_resize_this (size_t size) noexcept(noexcept((instance_struct< this_t >::_abstract_method_get_forward_resize_this(size)))) override
 
virtual size_t abstract_method_get_size_of_get_for_this () noexcept override
 
- Protected 成员函数 继承自 elc::defs::core::cons
virtual logical_bool was_equal_with (const_ptr a) const noexcept override
 

详细描述

在文件 all_defs.cpp33300 行定义.

成员类型定义说明

◆ this_t

成员函数说明

◆ _abstract_method_copy_get_this()

virtual void * elc::defs::core::expr::_abstract_method_copy_get_this ( )
inlineoverrideprotectedvirtualnoexcept

在文件 all_defs.cpp33302 行定义.

◆ _abstract_method_get_forward_resize_this()

virtual void * elc::defs::core::expr::_abstract_method_get_forward_resize_this ( size_t  size)
inlineoverrideprotectedvirtualnoexcept

在文件 all_defs.cpp33302 行定义.

◆ _abstract_method_get_resize_this()

virtual void * elc::defs::core::expr::_abstract_method_get_resize_this ( size_t  size)
inlineoverrideprotectedvirtualnoexcept

在文件 all_defs.cpp33302 行定义.

◆ abstract_method_get_size_of_get_for_this()

virtual size_t elc::defs::core::expr::abstract_method_get_size_of_get_for_this ( )
inlineoverrideprotectedvirtualnoexcept

在文件 all_defs.cpp33302 行定义.

◆ abstract_method_unget_this()

virtual void elc::defs::core::expr::abstract_method_unget_this ( )
inlineoverrideprotectedvirtualnoexcept

在文件 all_defs.cpp33302 行定义.

◆ be_eval()

virtual value elc::defs::core::expr::be_eval ( )
inlineoverridevirtual

重载 elc::defs::core::node_like .

在文件 all_defs.cpp33308 行定义.

33308 {
33309 return as_ptr(_car)->be_call(_cdr);
33310 }
decltype(auto) as_ptr(T &&a) noexcept(as_ptr_nothrow_helper< T >())
函数调用图:

◆ cons()

elc::defs::core::cons::cons ( ptr  car,
ptr  cdr 
)
inline

在文件 all_defs.cpp33227 行定义.

33227 {
33228 _car = car;
33229 _cdr = cdr;
33230 }
constexpr T down_cast(U a) noexcept
向下转型至

◆ get_type_info()

virtual base_type_info_t elc::defs::core::expr::get_type_info ( ) const
inlineoverridevirtualnoexcept

重载 elc::defs::core::cons .

在文件 all_defs.cpp33311 行定义.

33311{return type_info<expr>;}

类成员变量说明

◆ _car

value elc::defs::core::cons::_car

在文件 all_defs.cpp33224 行定义.

◆ _cdr

value elc::defs::core::cons::_cdr

在文件 all_defs.cpp33225 行定义.


该结构体的文档由以下文件生成: