|
| void | clear () |
| |
| bool | empty () const |
| |
| template<typename... T> |
| void | append (T &&... _elements) |
| |
| template<typename T, typename... Args> |
| T & | draw (Args &&... args) |
| |
|
|
std::vector< std::shared_ptr< element_t > > | elements {} |
| |
Definition at line 19 of file fragment.cppm.
◆ append()
template<typename... T>
| void vg::fragment_t::append |
( |
T &&... | _elements | ) |
|
|
inlineexport |
◆ clear()
| void vg::fragment_t::clear |
( |
| ) |
|
|
inlineexport |
◆ draw()
template<typename T, typename... Args>
| T & vg::fragment_t::draw |
( |
Args &&... | args | ) |
|
|
inlineexport |
◆ empty()
| bool vg::fragment_t::empty |
( |
| ) |
const |
|
inlineexport |
The documentation for this struct was generated from the following file: