|
890 | 890 | <term file="dlib/matrix/matrix_la_abstract.h.html" name="chol" include="dlib/matrix.h"/>
|
891 | 891 |
|
892 | 892 |
|
893 |
| - <term file="dlib/constexpr_if.h.html" name="switch_" include="dlib/constexpr_if.h"/> |
| 893 | + <term file="metaprogramming.html" name="switch_" include="dlib/constexpr_if.h"/> |
894 | 894 | <term file="dlib/constexpr_if.h.html" name="bools" include="dlib/constexpr_if.h"/>
|
895 | 895 | <term file="dlib/constexpr_if.h.html" name="true_t" include="dlib/constexpr_if.h"/>
|
896 | 896 | <term file="dlib/constexpr_if.h.html" name="false_t" include="dlib/constexpr_if.h"/>
|
|
985 | 985 | <term file="containers.html" name="storage_sbo" include="dlib/any.h"/>
|
986 | 986 | <term file="containers.html" name="storage_shared" include="dlib/any.h"/>
|
987 | 987 | <term file="containers.html" name="storage_view" include="dlib/any.h"/>
|
| 988 | + <term file="dlib/any/storage.h.html" name="bad_any_cast" include="dlib/any.h"/> |
| 989 | + <term file="dlib/any/storage.h.html" name="storage_base" include="dlib/any.h"/> |
| 990 | + <term file="dlib/optional.h.html" name="bad_optional_access" include="dlib/optional.h"/> |
| 991 | + <term file="dlib/optional.h.html" name="nullopt_t" include="dlib/optional.h"/> |
988 | 992 |
|
989 | 993 | <term file="metaprogramming.html" name="compile_time_integer_list" include="dlib/metaprogramming.h"/>
|
990 | 994 | <term file="metaprogramming.html" name="make_compile_time_integer_range" include="dlib/metaprogramming.h"/>
|
|
1957 | 1961 | <term link="dlib/general_hash/general_hash.h.html" name="general_hash" include="dlib/general_hash/general_hash.h"/>
|
1958 | 1962 |
|
1959 | 1963 |
|
| 1964 | + <term file="other.html" name="decoder" include="dlib/media.h"/> |
| 1965 | + <term file="other.html" name="demuxer" include="dlib/media.h"/> |
| 1966 | + <term file="other.html" name="encoder" include="dlib/media.h"/> |
| 1967 | + <term file="other.html" name="muxer" include="dlib/media.h"/> |
| 1968 | + <term file="other.html" name="frame" include="dlib/media.h"/> |
| 1969 | + <term file="dlib/media/ffmpeg_demuxer.h.html" name="wrap" include="dlib/media.h"/> |
| 1970 | + <term file="dlib/media/ffmpeg_demuxer.h.html" name="decoder_codec_args" include="dlib/media.h"/> |
| 1971 | + <term file="dlib/media/ffmpeg_demuxer.h.html" name="load_frame" include="dlib/media.h"/> |
| 1972 | + <term file="dlib/media/ffmpeg_muxer.h.html" name="encoder_image_args" include="dlib/media.h"/> |
| 1973 | + <term file="dlib/media/ffmpeg_muxer.h.html" name="encoder_audio_args" include="dlib/media.h"/> |
| 1974 | + <term file="dlib/media/ffmpeg_muxer.h.html" name="encoder_codec_args" include="dlib/media.h"/> |
| 1975 | + <term file="dlib/media/ffmpeg_muxer.h.html" name="save_frame" include="dlib/media.h"/> |
| 1976 | + <term file="dlib/media/ffmpeg_utils.h.html" name="get_pixel_fmt_str" include="dlib/media.h"/> |
| 1977 | + <term file="dlib/media/ffmpeg_utils.h.html" name="get_audio_fmt_str" include="dlib/media.h"/> |
| 1978 | + <term file="dlib/media/ffmpeg_utils.h.html" name="get_channel_layout_str" include="dlib/media.h"/> |
| 1979 | + <term file="dlib/media/ffmpeg_utils.h.html" name="logger_ffmpeg" include="dlib/media.h"/> |
| 1980 | + <term file="dlib/media/ffmpeg_utils.h.html" name="logger_dlib_wrapper" include="dlib/media.h"/> |
| 1981 | + <term file="dlib/media/ffmpeg_utils.h.html" name="pix_traits" include="dlib/media.h"/> |
| 1982 | + <term file="dlib/media/ffmpeg_utils.h.html" name="sample_traits" include="dlib/media.h"/> |
| 1983 | + <term file="dlib/media/ffmpeg_utils.h.html" name="audio" include="dlib/media.h"/> |
| 1984 | + <term file="dlib/media/ffmpeg_utils.h.html" name="codec_details" include="dlib/media.h"/> |
| 1985 | + <term file="dlib/media/ffmpeg_utils.h.html" name="muxer_details" include="dlib/media.h"/> |
| 1986 | + <term file="dlib/media/ffmpeg_utils.h.html" name="device_details" include="dlib/media.h"/> |
| 1987 | + <term file="dlib/media/ffmpeg_utils.h.html" name="device_instance" include="dlib/media.h"/> |
| 1988 | + <term file="dlib/media/ffmpeg_utils.h.html" name="list_protocols" include="dlib/media.h"/> |
| 1989 | + <term file="dlib/media/ffmpeg_utils.h.html" name="list_demuxers" include="dlib/media.h"/> |
| 1990 | + <term file="dlib/media/ffmpeg_utils.h.html" name="list_muxers" include="dlib/media.h"/> |
| 1991 | + <term file="dlib/media/ffmpeg_utils.h.html" name="list_codecs" include="dlib/media.h"/> |
| 1992 | + <term file="dlib/media/ffmpeg_utils.h.html" name="list_input_device_types" include="dlib/media.h"/> |
| 1993 | + <term file="dlib/media/ffmpeg_utils.h.html" name="list_output_device_types" include="dlib/media.h"/> |
| 1994 | + <term file="dlib/media/ffmpeg_utils.h.html" name="list_input_device_instances" include="dlib/media.h"/> |
| 1995 | + <term file="dlib/media/ffmpeg_utils.h.html" name="list_output_device_instances" include="dlib/media.h"/> |
| 1996 | + <term file="dlib/media/ffmpeg_utils.h.html" name="video_enabled_t" include="dlib/media.h"/> |
| 1997 | + <term file="dlib/media/ffmpeg_utils.h.html" name="audio_enabled_t" include="dlib/media.h"/> |
| 1998 | + <term file="dlib/media/ffmpeg_utils.h.html" name="convert" include="dlib/media.h"/> |
| 1999 | + <term file="dlib/media/ffmpeg_utils.h.html" name="resizing_args" include="dlib/media.h"/> |
| 2000 | + <term file="dlib/media/ffmpeg_utils.h.html" name="resampling_args" include="dlib/media.h"/> |
| 2001 | + <term file="dlib/media/sink.h.html" name="sink" include="dlib/media.h"/> |
| 2002 | + |
1960 | 2003 | <term file="other.html" name="database" include="dlib/sqlite.h"/>
|
1961 | 2004 | <term file="other.html" name="statement" include="dlib/sqlite.h"/>
|
1962 | 2005 | <term file="other.html" name="transaction" include="dlib/sqlite.h"/>
|
|
0 commit comments