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

Function parameter 더 자세히 ...

#include <param.hpp>

by::param에 대한 상속 다이어그램 :

Public 멤버 함수

 param (const std::string &newName, const node &org)
 
 param (const std::string &newName, const node *org)
 
nbool operator== (const me &rhs) const
 
nbool operator!= (const me &rhs) const
 
const std::string & getName () const
 
void setName (const std::string &new1)
 
void setName (const std::string *it) BY_SIDE_FUNC(setName)
 
void setName (const nchar *new1) BY_SIDE_FUNC(new1
 
void setName (std::string(new1))
 
void void ())
 
const nodegetOrigin () const
 
void setOrigin (const node &newType)
 Sets the origin node (type) for this parameter.
 
void onCloneDeep (const clonable &from) override
 

Public 속성

std::string _name
 
str _org
 

상세한 설명

Function parameter

param literally represents a parameter. It has a name and a reference to an origin object to represent the type.

멤버 함수 문서화

◆ setOrigin()

void by::param::setOrigin ( const node & newType)

Sets the origin node (type) for this parameter.

매개변수
newTypeThe new node to set as the parameter's origin (type).

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