|
VLC 4.0.0-dev
|
| ▼Nvlc | |
| ▼Nthreads | |
| Ccondition_variable | |
| Cmutex | |
| Cmutex_locker | |
| Csemaphore | |
| Cconst_list | Public type-safe wrapper around const vlc_list, providing const iterator and iteration functions |
| Clist | Public type-safe wrapper around mutable vlc_list, providing iterators, iteration functions and mutation on the list itself |
| Clist_base | Wrapper around any type matching with vlc_list, exposing C++ iterator operations |
| Clist_iterator_base | Base class for iterators on the vlc::list's vlc_list wrapper |
| Clist_reverse_iterator | |
| Cvlc_shared_data_ptr | Wraps a C shared resource having associated Hold() and Release() functions |