Loading...
Searching...
No Matches
frameInteract.hpp
Go to the documentation of this file.
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