
Data Fields | |
| char * | id |
| snd_config_type_t | type |
| union { | |
| long integer | |
| long long integer64 | |
| char * string | |
| double real | |
| const void * ptr | |
| struct { | |
| list_head fields | |
| int join | |
| } compound | |
| } | u |
| list_head | list |
| snd_config_t * | father |
| int | hop |
Definition at line 427 of file conf.c.
| char* _snd_config::id |
| snd_config_type_t _snd_config::type |
| long _snd_config::integer |
| long long _snd_config::integer64 |
| char* _snd_config::string |
| double _snd_config::real |
| const void* _snd_config::ptr |
| struct list_head _snd_config::fields |
| struct { ... } _snd_config::compound |
| union { ... } _snd_config::u |
| struct list_head _snd_config::list |
| snd_config_t* _snd_config::father |
| int _snd_config::hop |
1.5.1