로딩중...
검색중...
일치하는것 없음
by::params 클래스 참조

Function parameter list container 더 자세히 ...

#include <params.hpp>

by::params에 대한 상속 다이어그램 :
by::tnarr< param > by::tnucontainer< T, R, RSquare > by::tarrayable< T, R, RSquare > by::tucontainable< T, R, RSquare > by::dumParams

Public 멤버 함수

 params (const me &rhs)=default
 
template<typename... Es>
 params (const Es &... elems)
 Constructs a params object by adding multiple param elements.
 
me & operator= (const me &rhs)=default
 
nbool operator== (const me &rhs) const
 
nbool operator!= (const me &rhs) const
 
std::string toStr () const
 
- by::tnarr< param >(으)로부터 상속된 Public 멤버 함수
 tnarr (const Es &... elems)
 
 tnarr (const me &rhs)
 
me & operator= (const me &rhs)=default
 
paramoperator[] (nidx n) override
 
ncnt len () const override
 
nbool in (nidx n) const override
 
paramget (nidx n) override
 
nbool set (const iter &at, const param &new1) override
 
nbool set (nidx n, const param &new1) override
 
nbool add (const iter &e, const param &new1) override
 
nbool add (nidx n, const param &new1) override
 
void add (const iter &here, const iter &from, const iter &to) override
 
nbool del (const iter &from, const iter &end) override
 
nbool del (const iter &it) override
 
nbool del (nidx n) override
 
void rel () override
 
clonable * clone () const override
 
void onCloneDeep (const clonable &from) override
 
std::string asStr () const
 
- by::tucontainable< T, R, RSquare >(으)로부터 상속된 Public 멤버 함수
nbool in (const T &it) const
 
nbool in (const T *it) const BY_SIDE_FUNC(in)
 
nbool in (std::function< nbool(const T &)> l) const
 
template<typename T1 >
nbool in (std::function< nbool(const T1 &)> l) const
 
nbool isEmpty () const
 
template<typename T1 >
std::conditional_t< _IS_POINTER, T1 *, tmay< T1 > > get (std::function< nbool(const T1 &)> l)
 
std::conditional_t< _IS_POINTER, R, tmay< R > > get (std::function< nbool(const T &)> l)
 
template<typename T1 >
void each (std::function< nbool(T1 &)> l)
 
void each (std::function< nbool(T &)> l)
 
virtual iter end () const
 
virtual iter rend () const
 
virtual iter last () const
 
iter iterate (ncnt step) const
 
iter iterate (const T &it) const
 
iter riterate (ncnt step) const
 
iter riterate (const T &it) const
 
virtual nbool set (const iter &at, const T &new1)=0
 
virtual nbool set (const iter &at, const T *new1) BY_SIDE_FUNC(new1
 
virtual nbool set (at, *new1)
 
virtual nbool add (const iter &at, const T &new1)=0
 
nbool add (const iter &at, const T *new1) BY_SIDE_FUNC(new1
 
nbool add (at, *new1)
 
nbool add (std::initializer_list< const T * > elems)
 
nbool add (const T &new1)
 
nbool add (const T *it) BY_SIDE_FUNC(add)
 
virtual void add (const iter &here, const iter &from, const iter &to)=0
 
void add (const iter &from, const iter &to)
 
void add (const iter &here, me &rhs)
 
void add (const me &rhs)
 
void add (const me *rhs) BY_SIDE_FUNC(rhs
 
void add void ())
 
template<typename E >
ncnt add (const typename tucontainable< E >::iter &from, const typename tucontainable< E >::iter &to)
 
template<typename E >
ncnt add (const tucontainable< E > &rhs)
 
template<typename K , typename V >
ncnt add (const tbicontainable< K, V > &rhs)
 
nbool del ()
 
nbool del (const T &it)
 
nbool del (const T *it) BY_SIDE_FUNC(del)
 
virtual nbool del (const iter &it)=0
 
virtual nbool del (const iter &from, const iter &end)=0
 
nbool del (const me &rhs)
 
nbool del (const me *rhs) BY_SIDE_FUNC(rhs
 
- by::tarrayable< T, R, RSquare >(으)로부터 상속된 Public 멤버 함수
const RSquare operator[] (nidx n) const BY_CONST_FUNC(operator[](n)) virtual nbool in(nidx n) const =0
 
const R get (nidx n) const BY_CONST_FUNC(get(n)) virtual nbool set(nidx n
 
nbool set (nidx n, const T *new1) BY_SIDE_FUNC(new1
 
nbool set (n, *new1)
 
virtual nbool add (nidx n, const T &new1)=0
 
nbool add (nidx n, const T *new1) BY_SIDE_FUNC(new1
 
nbool add (n, *new1)
 

정적 Public 멤버 함수

static me make (const strings &names, const narr &args)
 Creates a params object from a list of names and a list of argument nodes.
 
static me make (const narr &args)
 Creates a params object from a list of argument nodes, inferring names if possible.
 

추가로 상속된 멤버들

- by::tnarr< param >(으)로부터 상속된 Public 타입
typedef tstr< param, strTactic > wrap
 
typedef super::iter iter
 
typedef super::iteration iteration
 
- by::tucontainable< T, R, RSquare >(으)로부터 상속된 Public 속성
template<typename T1 >
std::conditional_t< _IS_POINTER, const T1 *, tmay< T1 > > get(std::function< nbool(const T1 &)> l) const std tnarr< T, strTactic getAll )(std::function< nbool(const T &)> l) const
 
template<typename T1 >
void each(std::function< nbool(const T1 &)> l) const BY_CONST_FUNC(each(l)) void each(std ite rbegin )() const
 
virtual nbool false
 
nbool false
 
void add rhs
 
nbool del rhs
 
nbool del false
 
- by::tarrayable< T, R, RSquare >(으)로부터 상속된 Public 속성
const R const T & new1 = 0
 
nbool false
 
- by::tnarr< param >(으)로부터 상속된 Protected 멤버 함수
iteration_onMakeIteration (ncnt step, nbool isReversed) const override
 

상세한 설명

Function parameter list container

Container for function parameters with type checking and validation. Manages parameter names, types, and provides parameter matching for function calls.

생성자 & 소멸자 문서화

◆ params()

template<typename... Es>
by::params::params ( const Es &... elems)
inlineexplicit

Constructs a params object by adding multiple param elements.

This variadic template constructor allows convenient initialization of the params object by adding multiple param instances.

템플릿 파라메터
EsType of the param elements (must be convertible to param*).
매개변수
elemsPointers to the param objects to add.

멤버 함수 문서화

◆ make() [1/2]

static me by::params::make ( const narr & args)
static

Creates a params object from a list of argument nodes, inferring names if possible.

매개변수
argsA narr (native array of nodes) containing the argument nodes.
반환값
A new params object.

◆ make() [2/2]

static me by::params::make ( const strings & names,
const narr & args )
static

Creates a params object from a list of names and a list of argument nodes.

매개변수
namesA vector of strings representing the parameter names.
argsA narr (native array of nodes) containing the argument nodes.
반환값
A new params object.

◆ toStr()

std::string by::params::toStr ( ) const
Remarks
in order to call this func, you must have prepared thread and frames.

이 클래스에 대한 문서화 페이지는 다음의 파일로부터 생성되었습니다.:
to Top