SmolRTSP  0.1.3
A small, portable, extensible RTSP 1.0 implementation in C99
droppable.h File Reference

Droppable types support. More...

#include <interface99.h>
Include dependency graph for droppable.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define SmolRTSP_Droppable_IFACE
 Types that can be dropped (deallocated). More...
 

Functions

 interface99 (SmolRTSP_Droppable)
 Defines the SmolRTSP_Droppable interface. More...
 

Detailed Description

Droppable types support.

Macro Definition Documentation

◆ SmolRTSP_Droppable_IFACE

#define SmolRTSP_Droppable_IFACE
Value:
\
/* \
* Deallocates itself so that it can no longer be used. \
*/ \
vfunc99(void, drop, VSelf99)

Types that can be dropped (deallocated).

See Interface99 for the macro usage.

Function Documentation

◆ interface99()

interface99 ( SmolRTSP_Droppable  )

Defines the SmolRTSP_Droppable interface.

See Interface99 for the macro usage.