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