Rate this Page

Class StableLibrary#

Class Documentation#

class StableLibrary#

Public Types

enum class Kind#

Values:

enumerator DEF#
enumerator IMPL#
enumerator FRAGMENT#

Public Functions

StableLibrary(const StableLibrary&) = delete#
StableLibrary &operator=(const StableLibrary&) = delete#
StableLibrary(StableLibrary &&other) = delete#
StableLibrary &operator=(StableLibrary &&other) = delete#
inline ~StableLibrary()#
inline StableLibrary &impl(const char *name, void (*fn)(StableIValue*, uint64_t, uint64_t))#
inline StableLibrary &def(const char *schema)#