로딩중...
검색중...
일치하는것 없음
stelaVisitInfo.hpp
이 파일의 문서화 페이지로 가기
1
2
#pragma once
3
4
#include "
stela/common.hpp
"
5
6
namespace
by {
7
8
class
stela;
9
17
class
_nout
stelaVisitInfo
{
18
BY(ME(
stelaVisitInfo
))
19
20
public
:
21
stelaVisitInfo
(
const
std::string&
newName
,
stela
*
newParent
,
nidx
newIndex
,
ncnt
newLen
, nint
newDepth
);
22
23
public
:
24
std::string name;
25
stela
* parent;
26
nidx
index;
27
ncnt
len;
28
nint depth;
29
};
30
}
// namespace by
common.hpp
by::stela
Definition
stela.hpp:63
by::stelaVisitInfo
Traversal context handed to every stelaVisitor callback.
Definition
stelaVisitInfo.hpp:17
by::tweak
Weak reference smart pointer with type-safe access
Definition
tweak.hpp:16
to Top