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

Traversal context handed to every stelaVisitor callback. 더 자세히 ...

#include <stelaVisitInfo.hpp>

Public 멤버 함수

 stelaVisitInfo (const std::string &newName, stela *newParent, nidx newIndex, ncnt newLen, nint newDepth)
 

Public 속성

std::string name
 
stelaparent
 
nidx index
 
ncnt len
 
nint depth
 

상세한 설명

Traversal context handed to every stelaVisitor callback.

Mirrors byeol's visitInfo, minus additionalLen, which has no stela counterpart. index and len place the child among its siblings — for an arrStela, its position in the array — so a visitor never has to rebuild what stelaVisitor::onTraverse already knows.


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