Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 1234]
| ▼No3tl | |
| ▼Ndetail | |
| CIsDerivedReference | |
| CIsDerivedReference< css::uno::Reference< css::uno::XInterface > > | |
| CIsDerivedReference< css::uno::Reference< T > > | |
| CIsUnoSequenceType | |
| CIsUnoSequenceType< cppu::UnoSequenceType< T > > | |
| Clru_map_base | |
| Clru_map_base< void > | |
| Cm_and_d | |
| COptional | |
| COptional< bool > | |
| COptional< css::uno::Reference< css::uno::XInterface > > | |
| COptional< css::uno::Reference< T > > | |
| COptional< double > | |
| COptional< float > | |
| COptional< sal_Int16 > | |
| COptional< sal_Int32 > | |
| COptional< sal_Int64 > | |
| COptional< sal_Int8 > | |
| COptional< sal_uInt16 > | |
| COptional< sal_uInt32 > | |
| COptional< sal_uInt64 > | |
| COptional< void > | |
| Csimple_pool_impl | |
| ▼Cstruct_from_value | |
| Ctype | |
| CVoid | |
| ▼Ccow_wrapper | |
| Cimpl_t | Shared value object - gets cloned before cow_wrapper hands out a non-const reference to it |
| Cdefault_delete | To markup std::unique_ptr that coverity warns might throw exceptions which won't throw in practice, or where std::terminate is an acceptable response if they do |
| Cdivide_by_zero | |
| Cenumarray | This is a container convenience class for arrays indexed by enum values |
| Cenumarray_const_iterator | |
| Cenumarray_iterator | |
| ▼Cenumrange | This is a container convenience class iterating over scoped enumerations |
| CIterator | |
| Cfind_partialorder_ptrequals | Elements are partially ordered by Compare, 2 elements are allowed if they are not the same element (pointer equal) |
| Cfind_unique | Elements are totally ordered by Compare, for no 2 elements !Compare(a,b) && !Compare(b,a) is true |
| Cfree_delete | |
| CIntCmp | |
| ▼Cis_typed_flags | Mark a (scoped) enumeration as a set of bit flags, with accompanying operations |
| CWrap | |
| CLazyUpdate | |
| Cless_ptr_to | Implements an ordering function over a pointer, where the comparison uses the < operator on the pointed-to types |
| Cless_uniqueptr_to | |
| Clru_map | LRU map |
| Cselect1st | Select first value of a pair |
| Cselect2nd | Select second value of a pair |
| Csorted_vector | Represents a sorted vector of values |
| Csorted_vector< Value, Compare, Find, false > | |
| Cspan | A barebones approximation of C++20 |
| Cstrong_int | Wrap up an integer type so that we prevent accidental conversion to other integer types |
| CThreadSafeRefCountingPolicy | Thread-safe refcounting |
| Ctyped_flags | |
| CUnsafeRefCountingPolicy | Thread-unsafe refcounting |
| Cvector_pool | |