MIPI - Physical Interface for MIDI Files
Loading...
Searching...
No Matches
Options.h File Reference
#include <iostream>
#include <map>
#include <string>
#include <vector>
Include dependency graph for Options.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  smf::Option_register
 
class  smf::Options
 

Namespaces

namespace  smf
 

Macros

#define OPTION_TYPE_unknown   '\0'
 
#define OPTION_TYPE_boolean   'b'
 
#define OPTION_TYPE_char   'c'
 
#define OPTION_TYPE_double   'd'
 
#define OPTION_TYPE_float   'f'
 
#define OPTION_TYPE_int   'i'
 
#define OPTION_TYPE_string   's'
 

Macro Definition Documentation

◆ OPTION_TYPE_boolean

#define OPTION_TYPE_boolean   'b'

◆ OPTION_TYPE_char

#define OPTION_TYPE_char   'c'

◆ OPTION_TYPE_double

#define OPTION_TYPE_double   'd'

◆ OPTION_TYPE_float

#define OPTION_TYPE_float   'f'

◆ OPTION_TYPE_int

#define OPTION_TYPE_int   'i'

◆ OPTION_TYPE_string

#define OPTION_TYPE_string   's'

◆ OPTION_TYPE_unknown

#define OPTION_TYPE_unknown   '\0'