로딩중...
검색중...
일치하는것 없음
richLog.hpp
이 파일의 문서화 페이지로 가기
1
2#pragma once
3
4#include "dep.hpp"
5#include "_nout.hpp"
6
7namespace by {
8 class type;
9 class typeProvidable;
10
11 _nout strWrap __convert__(const typeProvidable& rhs);
12 _nout strWrap __convert__(const typeProvidable* rhs);
13 _nout strWrap __convert__(const type& rhs);
14 _nout strWrap __convert__(const type* rhs);
15}