Compy 0.2.0
A lightweight RTSP 1.0 server library for embedded systems
Loading...
Searching...
No Matches
option.h File Reference

Optional values. More...

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

Go to the source code of this file.

Macros

#define COMPY_DEF_OPTION(...)   ML99_OVERLOAD(COMPY_PRIV_DEF_OPTION_, __VA_ARGS__)
 Defines a typed optional value.
 

Detailed Description

Optional values.

Macro Definition Documentation

◆ COMPY_DEF_OPTION

#define COMPY_DEF_OPTION (   ...)    ML99_OVERLOAD(COMPY_PRIV_DEF_OPTION_, __VA_ARGS__)

Defines a typed optional value.

See Datatype99 for the macro usage.