로딩중...
검색중...
일치하는것 없음
frameInteract.hpp
이 파일의 문서화 페이지로 가기
1
2#pragma once
3
5
6namespace by {
7
9 BY(ME(frameInteract))
10
11 public:
18
19 private:
20 void _inFrame(const bicontainable* args);
21
22 private:
23 const frameInteractable* _it;
24 };
25}
Function or object evaluation arguments
Definition args.hpp:22
Definition frameInteract.hpp:8
Interface for frame interaction
Definition frameInteractable.hpp:16
to Top