Lugdunum  0.1.0
Target.inl
Go to the documentation of this file.
1 inline const std::vector<std::unique_ptr<View>>& Target::getRenderViews() const {
2  return _renderViews;
3 }
4 
5 inline std::vector<std::unique_ptr<View>>& Target::getRenderViews() {
6  return _renderViews;
7 }