3 #include <yuni/core/string.h> 28 void print(Yuni::String& out,
bool clearBefore =
true)
const;
30 template<
class C>
void eachUnresolved(
const C& callback);
39 std::vector<yuni::Ref<Funcdef>> pInterface;
41 yuni::Ref<Funcdef> pSelf;
49 #include "interface.hxx" Definition: interface.h:11
bool empty() const
Get if the container is empty.
Definition: interface.hxx:25
Function definition.
Definition: funcdef.h:15
Definition: classdef-table.h:19
void print(Yuni::String &out, bool clearBefore=true) const
Print.
Definition: interface.cpp:9
void clear()
Empty the interface.
Definition: interface.hxx:30