From 7ceadc9ce35ee51edecc2be752101e0971d494cd Mon Sep 17 00:00:00 2001 From: =?utf8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Mon, 1 Aug 2022 14:04:56 +0200 Subject: [PATCH] m.dox: properly test also links to typedefs, enums and enum values. Instea of updating the Corrade tagfile, which would be several megabytes of useless data, I'm now cherry-picking just what's changed. Will make updates slightly harder but not impossible (can't just replace the whole file but have to cherry-pick again). OTOH I can now use the same approach for STL-tagfile-specific workarounds instead of bundling another 2 MB of XML data. --- doc/documentation/corrade.tag | 7966 +---------------- doc/plugins/links.rst | 16 +- .../test_doxygen/contents_tagfile/index.html | 2 +- .../test_doxygen/contents_tagfile/input.dox | 2 +- plugins/m/test/dox/page.html | 17 +- plugins/m/test/dox/page.rst | 11 +- plugins/m/test/dox/page_css_classes.html | 17 +- 7 files changed, 72 insertions(+), 7959 deletions(-) diff --git a/doc/documentation/corrade.tag b/doc/documentation/corrade.tag index 58281372..0c3f9a5a 100644 --- a/doc/documentation/corrade.tag +++ b/doc/documentation/corrade.tag @@ -1,7960 +1,64 @@ + - - doxygen-file.cpp - /home/mosra/Code/corrade/doc/codingstyle/ - doxygen-file_8cpp - - - Array.h - /home/mosra/Code/corrade/src/Corrade/Containers/ - Array_8h - Corrade/Containers/ArrayView.h - Corrade/Containers/Tags.h - Corrade/Utility/Macros.h - Corrade::Containers::Array - Corrade - Corrade::Containers - - ArrayView< T > - ArrayReference - namespaceCorrade_1_1Containers.html - aba27f25d31d10b5ffa38960b49e05ed8 - - - - ArrayView< T > - arrayView - namespaceCorrade_1_1Containers.html - a57f8d4e0a25951f539461539c90d4e25 - (Array< T, D > &array) - - - ArrayView< const T > - arrayView - namespaceCorrade_1_1Containers.html - a4258433529f847d3e6ed10442f6b9b8b - (const Array< T, D > &array) - - - ArrayView< U > - arrayCast - namespaceCorrade_1_1Containers.html - ad5f0615634b2553b0cb304aa58da3347 - (Array< T, D > &array) - - - ArrayView< const U > - arrayCast - namespaceCorrade_1_1Containers.html - a9a1ca1efe52f9930f1b31b9feab5a145 - (const Array< T, D > &array) - - - std::size_t - arraySize - namespaceCorrade_1_1Containers.html - af8a4e6b17dca34a5eb82b6a8da8c398b - (const Array< T > &view) - - - - ArrayView.h - /home/mosra/Code/corrade/src/Corrade/Containers/ - ArrayView_8h - Corrade/Containers/Containers.h - Corrade/Utility/Assert.h - Corrade::Containers::ArrayView - Corrade::Containers::ArrayView< const void > - Corrade::Containers::StaticArrayView - Corrade - Corrade::Containers - - constexpr ArrayView< T > - arrayView - namespaceCorrade_1_1Containers.html - a32ef8daa386aee742e5f39fc5b1516fd - (T *data, std::size_t size) - - - constexpr ArrayView< T > - arrayView - namespaceCorrade_1_1Containers.html - ac8edb9cd0a74f5a0da2ef9c6d03f9ef2 - (T(&data)[size]) - - - constexpr ArrayView< T > - arrayView - namespaceCorrade_1_1Containers.html - ac450a49515ff20058552c732542b1b13 - (StaticArrayView< size, T > view) - - - ArrayView< U > - arrayCast - namespaceCorrade_1_1Containers.html - a8e6435208f2cda38505084a930a3e9ec - (ArrayView< T > view) - - - std::size_t - arraySize - namespaceCorrade_1_1Containers.html - a00abca03029b326133e9e7c908508af4 - (ArrayView< T > view) - - - constexpr std::size_t - arraySize - namespaceCorrade_1_1Containers.html - a9e4a13e421a34a19eec002ed65bda582 - (StaticArrayView< size_, T >) - - - constexpr std::size_t - arraySize - namespaceCorrade_1_1Containers.html - aaf76e645cbe62b360a0f13de4dff2837 - (T(&)[size_]) - - - constexpr StaticArrayView< size, T > - staticArrayView - namespaceCorrade_1_1Containers.html - a58d7bb8d46f44949b57b226485db4a9b - (T *data) - - - constexpr StaticArrayView< size, T > - staticArrayView - namespaceCorrade_1_1Containers.html - a3cf428b256a5ed8941145e4d15ae8b45 - (T(&data)[size]) - - - StaticArrayView< size *sizeof(T)/sizeof(U), U > - arrayCast - namespaceCorrade_1_1Containers.html - aee41b58bdb45963c476ce7554dda2290 - (StaticArrayView< size, T > view) - - - StaticArrayView< size *sizeof(T)/sizeof(U), U > - arrayCast - namespaceCorrade_1_1Containers.html - aee9c43d476128f05403e638ce539c90d - (T(&data)[size]) - - - - Containers.h - /home/mosra/Code/corrade/src/Corrade/Containers/ - Containers_8h - Corrade/Utility/Macros.h - Corrade::Containers::Array - Corrade::Containers::ArrayView - Corrade::Containers::StaticArrayView - Corrade::Containers::StaticArray - Corrade::Containers::EnumSet - Corrade::Containers::LinkedList - Corrade::Containers::LinkedListItem - Corrade - Corrade::Containers - - - EnumSet.h - /home/mosra/Code/corrade/src/Corrade/Containers/ - EnumSet_8h - Corrade/Containers/Containers.h - Corrade/Containers/Tags.h - Corrade::Containers::EnumSet - Corrade - Corrade::Containers - - #define - CORRADE_ENUMSET_OPERATORS - EnumSet_8h.html - abea606a97fd1f8321cf005b33239bff0 - (class) - - - #define - CORRADE_ENUMSET_FRIEND_OPERATORS - EnumSet_8h.html - a8d5e08f0c65922f00b53c38ccfcaa99a - (class) - - - - EnumSet.hpp - /home/mosra/Code/corrade/src/Corrade/Containers/ - EnumSet_8hpp - Corrade/Containers/EnumSet.h - Corrade/Utility/Debug.h - Corrade - Corrade::Containers - - Utility::Debug & - enumSetDebugOutput - namespaceCorrade_1_1Containers.html - a12c4ea794fa62c56969b1311e2b5c21b - (Utility::Debug &debug, EnumSet< T, fullValue > value, const char *empty, std::initializer_list< T > enums) - - - - LinkedList.h - /home/mosra/Code/corrade/src/Corrade/Containers/ - LinkedList_8h - Corrade/Containers/Containers.h - Corrade/Utility/Assert.h - Corrade::Containers::LinkedList - Corrade::Containers::LinkedListItem - Corrade - Corrade::Containers - - - StaticArray.h - /home/mosra/Code/corrade/src/Corrade/Containers/ - StaticArray_8h - Corrade/Containers/ArrayView.h - Corrade/Containers/Tags.h - Corrade/Utility/Macros.h - Corrade::Containers::StaticArray - Corrade - Corrade::Containers - - constexpr ArrayView< T > - arrayView - namespaceCorrade_1_1Containers.html - aa8111199cdb6cc30c470e3cc9c54a30e - (StaticArray< size, T > &array) - - - constexpr ArrayView< const T > - arrayView - namespaceCorrade_1_1Containers.html - a5b40a450ade4927381bf97a165e3621e - (const StaticArray< size, T > &array) - - - constexpr StaticArrayView< size, T > - staticArrayView - namespaceCorrade_1_1Containers.html - a4f6c86de70a1ab496a1d798648c22f80 - (StaticArray< size, T > &array) - - - constexpr StaticArrayView< size, const T > - staticArrayView - namespaceCorrade_1_1Containers.html - ab15dc352f75f85e562eaa85ae058ac9f - (const StaticArray< size, T > &array) - - - StaticArrayView< size *sizeof(T)/sizeof(U), U > - arrayCast - namespaceCorrade_1_1Containers.html - a5ebf447d7f388e81fe6d34910c80cfbe - (StaticArray< size, T > &array) - - - StaticArrayView< size *sizeof(T)/sizeof(U), const U > - arrayCast - namespaceCorrade_1_1Containers.html - aae0b8c37cdca03924fac3a3ff457bf9b - (const StaticArray< size, T > &array) - - - constexpr std::size_t - arraySize - namespaceCorrade_1_1Containers.html - a0cad6e09b65666040bb2460df883e4a3 - (const StaticArray< size_, T > &) - - - - Tags.h - /home/mosra/Code/corrade/src/Corrade/Containers/ - Tags_8h - Corrade::Containers::DefaultInitT - Corrade::Containers::ValueInitT - Corrade::Containers::NoInitT - Corrade::Containers::DirectInitT - Corrade::Containers::InPlaceInitT - Corrade - Corrade::Containers - - constexpr DefaultInitT - DefaultInit - namespaceCorrade_1_1Containers.html - a10f8c95aaa0d51bb77976fe3e4924a5e - - - - constexpr ValueInitT - ValueInit - namespaceCorrade_1_1Containers.html - a26d49cbb15d20d7dc72878f522e24444 - - - - constexpr NoInitT - NoInit - namespaceCorrade_1_1Containers.html - a7094104336b357363773b3f29891d048 - - - - constexpr DirectInitT - DirectInit - namespaceCorrade_1_1Containers.html - a69da0a827c69b45cec539ec0c201a119 - - - - constexpr InPlaceInitT - InPlaceInit - namespaceCorrade_1_1Containers.html - ab86b6e81b5157279ebfbf2b716fb2d6d - - - - - Corrade.h - /home/mosra/Code/corrade/src/Corrade/ - Corrade_8h - Corrade - - #define - CORRADE_GCC47_COMPATIBILITY - Corrade_8h.html - a5e970faf1046ab09ae0cc2ee5ec3f029 - - - - #define - CORRADE_MSVC2017_COMPATIBILITY - Corrade_8h.html - a553f541a45d293e05e7aebb726ed49aa - - - - #define - CORRADE_MSVC2015_COMPATIBILITY - Corrade_8h.html - abf7db3f63bdd0deb0fb40a9555e8c56a - - - - #define - CORRADE_BUILD_DEPRECATED - Corrade_8h.html - a3768587aab2fe63f56887ce5367594d5 - - - - #define - CORRADE_BUILD_STATIC - Corrade_8h.html - a18e68fa3008fa4f6f734cc69cb94c133 - - - - #define - CORRADE_TARGET_UNIX - Corrade_8h.html - a89eaf7bef5858f7e783a4e57aec81c6f - - - - #define - CORRADE_TARGET_APPLE - Corrade_8h.html - ae2cc32d00e885ea5101b9397ca3bb384 - - - - #define - CORRADE_TARGET_IOS - Corrade_8h.html - a28ef41f421f7abcd207c8da78fc3c1da - - - - #define - CORRADE_TARGET_IOS_SIMULATOR - Corrade_8h.html - abd967ec380b0645c82d7d0cf17106313 - - - - #define - CORRADE_TARGET_WINDOWS - Corrade_8h.html - a19063435bd2d1b9a6a2567c8c316cb56 - - - - #define - CORRADE_TARGET_WINDOWS_RT - Corrade_8h.html - aa0551725e55f4584267108f34d07174a - - - - #define - CORRADE_TARGET_EMSCRIPTEN - Corrade_8h.html - aafeb56971752236fd87733937f9392f6 - - - - #define - CORRADE_TARGET_ANDROID - Corrade_8h.html - a4d1ec6acb651e40f04ad8aef103f51a2 - - - - #define - CORRADE_TARGET_X86 - Corrade_8h.html - ae205d17d7e08d468eb9fd141467c3f14 - - - - #define - CORRADE_TARGET_ARM - Corrade_8h.html - a197c45a30d0cc37b5ffecb9943cdfb9a - - - - #define - CORRADE_UTILITY_USE_ANSI_COLORS - Corrade_8h.html - ac7cb3a2eb43e3bc3e9e925899229a768 - - - - #define - CORRADE_TESTSUITE_TARGET_XCTEST - Corrade_8h.html - ad07f99b330b2e84932d57b2cb7ed393d - - - - - AbstractFilesystem.h - /home/mosra/Code/corrade/src/Corrade/Filesystem/ - AbstractFilesystem_8h - Corrade/PluginManager/AbstractPlugin.h - Corrade::Filesystem::AbstractFilesystem - Corrade - - - Connection.h - /home/mosra/Code/corrade/src/Corrade/Interconnect/ - Connection_8h - Corrade/Interconnect/Interconnect.h - Corrade::Interconnect::Connection - Corrade - Corrade::Interconnect - - - Emitter.h - /home/mosra/Code/corrade/src/Corrade/Interconnect/ - Emitter_8h - Corrade/Interconnect/Connection.h - Corrade/Utility/Assert.h - Corrade::Interconnect::Emitter - Corrade::Interconnect::Emitter::Signal - Corrade - Corrade::Interconnect - - Connection - connect - namespaceCorrade_1_1Interconnect.html - a9ede79fbd60785ea83ffed32762d02ab - (EmitterObject &emitter, Interconnect::Emitter::Signal(Emitter::*signal)(Args...), void(*slot)(Args...)) - - - Connection - connect - namespaceCorrade_1_1Interconnect.html - a7476864056b3ca1a98430d5caef0e4b4 - (EmitterObject &emitter, Interconnect::Emitter::Signal(Emitter::*signal)(Args...), Lambda slot) - - - Connection - connect - namespaceCorrade_1_1Interconnect.html - a0d313f017168b64b817565ecb7100299 - (EmitterObject &emitter, Interconnect::Emitter::Signal(Emitter::*signal)(Args...), ReceiverObject &receiver, void(Receiver::*slot)(Args...)) - - - - Interconnect.h - /home/mosra/Code/corrade/src/Corrade/Interconnect/ - Interconnect_8h - Corrade::Interconnect::StateMachine - Corrade - Corrade::Interconnect - - - Receiver.h - /home/mosra/Code/corrade/src/Corrade/Interconnect/ - Receiver_8h - Corrade/Interconnect/Interconnect.h - Corrade::Interconnect::Receiver - Corrade - Corrade::Interconnect - - - AbstractManager.h - /home/mosra/Code/corrade/src/Corrade/PluginManager/ - AbstractManager_8h - Corrade/Containers/EnumSet.h - Corrade/PluginManager/PluginMetadata.h - Corrade/PluginManager/PluginManager.h - Corrade/Utility/Configuration.h - Corrade/Utility/Debug.h - Corrade/Utility/Resource.h - Corrade::PluginManager::AbstractManager - Corrade - Corrade::PluginManager - - #define - CORRADE_PLUGIN_IMPORT - AbstractManager_8h.html - a4ced3bca898533c1f46abcd6ec64342b - (name) - - - Containers::EnumSet< LoadState > - LoadStates - namespaceCorrade_1_1PluginManager.html - a61b14635bc0c147c65e8be80260ca891 - - - - - LoadState - namespaceCorrade_1_1PluginManager.html - aa240e935222a178e1acb5c0853f15547 - - NotFound - WrongPluginVersion - WrongInterfaceVersion - WrongMetadataFile - UnresolvedDependency - LoadFailed - Static - Loaded - NotLoaded - UnloadFailed - Required - Used - - - Utility::Debug & - operator<< - namespaceCorrade_1_1PluginManager.html - a73b06a0cd1333798b796a2061dc6bedd - (Utility::Debug &debug, PluginManager::LoadState value) - - - - AbstractManagingPlugin.h - /home/mosra/Code/corrade/src/Corrade/PluginManager/ - AbstractManagingPlugin_8h - Corrade/PluginManager/AbstractPlugin.h - Corrade/PluginManager/Manager.h - Corrade::PluginManager::AbstractManagingPlugin - Corrade - Corrade::PluginManager - - - AbstractPlugin.h - /home/mosra/Code/corrade/src/Corrade/PluginManager/ - AbstractPlugin_8h - Corrade/PluginManager/AbstractManager.h - Corrade::PluginManager::AbstractPlugin - Corrade - Corrade::PluginManager - - #define - CORRADE_PLUGIN_VERSION - AbstractPlugin_8h.html - a32a64a27920c39102eec2496320a0b8c - - - - #define - CORRADE_PLUGIN_INTERFACE - AbstractPlugin_8h.html - a361c0144a9a2664c32259912fdc4cdc2 - (name) - - - #define - CORRADE_PLUGIN_REGISTER - AbstractPlugin_8h.html - aa39d441432b9f4e399c152c85a6dd417 - (name, className, interface) - - - - Manager.h - /home/mosra/Code/corrade/src/Corrade/PluginManager/ - Manager_8h - Corrade/PluginManager/AbstractManager.h - Corrade::PluginManager::Manager - Corrade - Corrade::PluginManager - - - PluginManager.h - /home/mosra/Code/corrade/src/Corrade/PluginManager/ - PluginManager_8h - Corrade::PluginManager::AbstractManagingPlugin - Corrade::PluginManager::Manager - Corrade - Corrade::PluginManager - - - PluginMetadata.h - /home/mosra/Code/corrade/src/Corrade/PluginManager/ - PluginMetadata_8h - Corrade/PluginManager/PluginManager.h - Corrade/Utility/Utility.h - Corrade::PluginManager::PluginMetadata - Corrade - Corrade::PluginManager - - - Comparator.h - /home/mosra/Code/corrade/src/Corrade/TestSuite/ - Comparator_8h - Corrade/Utility/Assert.h - Corrade/Utility/Debug.h - Corrade::TestSuite::Comparator - Corrade - Corrade::TestSuite - - - Container.h - /home/mosra/Code/corrade/src/Corrade/TestSuite/Compare/ - Container_8h - Corrade/TestSuite/Comparator.h - Corrade::TestSuite::Compare::Container - Corrade::TestSuite::Compare::SortedContainer - Corrade - Corrade::TestSuite - Corrade::TestSuite::Compare - - - File.h - /home/mosra/Code/corrade/src/Corrade/TestSuite/Compare/ - File_8h - Corrade/TestSuite/TestSuite.h - Corrade/Utility/Utility.h - Corrade::TestSuite::Compare::File - Corrade - Corrade::TestSuite - Corrade::TestSuite::Compare - - - FileToString.h - /home/mosra/Code/corrade/src/Corrade/TestSuite/Compare/ - FileToString_8h - Corrade/TestSuite/TestSuite.h - Corrade/Utility/Utility.h - Corrade::TestSuite::Compare::FileToString - Corrade - Corrade::TestSuite - Corrade::TestSuite::Compare - - - FloatingPoint.h - /home/mosra/Code/corrade/src/Corrade/TestSuite/Compare/ - FloatingPoint_8h - Corrade/TestSuite/TestSuite.h - Corrade/Utility/Utility.h - Corrade::TestSuite::Comparator< float > - Corrade::TestSuite::Comparator< double > - Corrade - Corrade::TestSuite - - - Numeric.h - /home/mosra/Code/corrade/src/Corrade/TestSuite/Compare/ - Numeric_8h - Corrade/TestSuite/TestSuite.h - Corrade/Utility/Debug.h - Corrade::TestSuite::Compare::Less - Corrade::TestSuite::Compare::LessOrEqual - Corrade::TestSuite::Compare::GreaterOrEqual - Corrade::TestSuite::Compare::Greater - Corrade::TestSuite::Compare::Around - Corrade - Corrade::TestSuite - Corrade::TestSuite::Compare - - Around< T > - around - namespaceCorrade_1_1TestSuite_1_1Compare.html - a76165bdc14d6ddd8ba20356ffd11e2e5 - (T epsilon) - - - - StringToFile.h - /home/mosra/Code/corrade/src/Corrade/TestSuite/Compare/ - StringToFile_8h - Corrade/TestSuite/TestSuite.h - Corrade/Utility/Utility.h - Corrade::TestSuite::Compare::StringToFile - Corrade - Corrade::TestSuite - Corrade::TestSuite::Compare - - - Tester.h - /home/mosra/Code/corrade/src/Corrade/TestSuite/ - Tester_8h - Corrade/TestSuite/Comparator.h - Corrade/TestSuite/Compare/FloatingPoint.h - Corrade/Utility/Debug.h - Corrade/Utility/Macros.h - Corrade::TestSuite::Tester - Corrade::TestSuite::Tester::TesterConfiguration - Corrade - Corrade::TestSuite - - #define - CORRADE_TEST_MAIN - Tester_8h.html - a3c85abc9a7086c802f27679aaa18857d - (Class) - - - #define - CORRADE_VERIFY - Tester_8h.html - abece56caafaac24db5acc8d2cbcdacf8 - (expression) - - - #define - CORRADE_COMPARE - Tester_8h.html - ac040e8cda2279e803f5cf7ae26fef454 - (actual, expected) - - - #define - CORRADE_COMPARE_AS - Tester_8h.html - a14d3e517a402fb78ccd2535cd02a3ffe - (actual, expected, Type...) - - - #define - CORRADE_COMPARE_WITH - Tester_8h.html - a100e93eb343f155d19f9af61176c3fd9 - (actual, expected, comparatorInstance) - - - #define - CORRADE_EXPECT_FAIL - Tester_8h.html - abe5c7d7ccc6a5dbb67a4be57ae5ad87f - (message) - - - #define - CORRADE_EXPECT_FAIL_IF - Tester_8h.html - a541129fcf90cb5371553ad0d056ac2cf - (condition, message) - - - #define - CORRADE_SKIP - Tester_8h.html - a133aa626c0c87b8c1a600a3a74594c84 - (message) - - - #define - CORRADE_BENCHMARK - Tester_8h.html - accfe2c844655169d9d546734b3d9bc12 - (batchSize) - - - - TestSuite.h - /home/mosra/Code/corrade/src/Corrade/TestSuite/ - TestSuite_8h - Corrade::TestSuite::Comparator - Corrade - Corrade::TestSuite - - - AbstractHash.h - /home/mosra/Code/corrade/src/Corrade/Utility/ - AbstractHash_8h - Corrade/Utility/Debug.h - Corrade::Utility::HashDigest - Corrade::Utility::AbstractHash - Corrade - Corrade::Utility - - - AndroidStreamBuffer.h - /home/mosra/Code/corrade/src/Corrade/Utility/ - AndroidStreamBuffer_8h - Corrade::Utility::AndroidLogStreamBuffer - Corrade - Corrade::Utility - - - Arguments.h - /home/mosra/Code/corrade/src/Corrade/Utility/ - Arguments_8h - Corrade/Utility/ConfigurationValue.h - Corrade::Utility::Arguments - Corrade - Corrade::Utility - - - Assert.h - /home/mosra/Code/corrade/src/Corrade/Utility/ - Assert_8h - Corrade/Utility/Debug.h - - #define - CORRADE_ASSERT - Assert_8h.html - a83f7361970111951c88f1564a4f148e8 - (condition, message, returnValue) - - - #define - CORRADE_INTERNAL_ASSERT - Assert_8h.html - a1114c0fdae83004b9a0f8d2ed4afae96 - (condition) - - - #define - CORRADE_INTERNAL_ASSERT_OUTPUT - Assert_8h.html - a8154b41da944a95b2aab65686a1bc249 - (call) - - - #define - CORRADE_ASSERT_UNREACHABLE - Assert_8h.html - a4cb150db08b529a855e172e3c06e0e71 - () - - - - Configuration.h - /home/mosra/Code/corrade/src/Corrade/Utility/ - Configuration_8h - Corrade/Containers/EnumSet.h - Corrade/Utility/ConfigurationGroup.h - Corrade::Utility::Configuration - Corrade - Corrade::Utility - - - ConfigurationGroup.h - /home/mosra/Code/corrade/src/Corrade/Utility/ - ConfigurationGroup_8h - Corrade/Utility/ConfigurationValue.h - Corrade/Utility/Utility.h - Corrade::Utility::ConfigurationGroup - Corrade - Corrade::Utility - - - ConfigurationValue.h - /home/mosra/Code/corrade/src/Corrade/Utility/ - ConfigurationValue_8h - Corrade/Containers/EnumSet.h - Corrade::Utility::ConfigurationValue - Corrade::Utility::ConfigurationValue< short > - Corrade::Utility::ConfigurationValue< unsigned short > - Corrade::Utility::ConfigurationValue< int > - Corrade::Utility::ConfigurationValue< unsigned int > - Corrade::Utility::ConfigurationValue< long > - Corrade::Utility::ConfigurationValue< unsigned long > - Corrade::Utility::ConfigurationValue< long long > - Corrade::Utility::ConfigurationValue< unsigned long long > - Corrade::Utility::ConfigurationValue< float > - Corrade::Utility::ConfigurationValue< double > - Corrade::Utility::ConfigurationValue< long double > - Corrade::Utility::ConfigurationValue< std::string > - Corrade::Utility::ConfigurationValue< bool > - Corrade::Utility::ConfigurationValue< char32_t > - Corrade - Corrade::Utility - - Containers::EnumSet< ConfigurationValueFlag > - ConfigurationValueFlags - namespaceCorrade_1_1Utility.html - a4d1891e33318b3189e012812127acd8e - - - - - ConfigurationValueFlag - namespaceCorrade_1_1Utility.html - acac747502f9bde1bf73cbfbe661c780d - - Oct - Hex - Scientific - Uppercase - - - - Debug.h - /home/mosra/Code/corrade/src/Corrade/Utility/ - Debug_8h - Corrade/Utility/Macros.h - Corrade/Containers/EnumSet.h - Corrade/Utility/TypeTraits.h - Corrade/Utility/Utility.h - Corrade::Utility::Debug - Corrade::Utility::Warning - Corrade::Utility::Error - Corrade::Utility::Fatal - Corrade - Corrade::Utility - - Debug & - operator<< - namespaceCorrade_1_1Utility.html - a0cd339017bd5cf30f3374f370cd8f19c - (Debug &debug, Debug::Color value) - - - - Directory.h - /home/mosra/Code/corrade/src/Corrade/Utility/ - Directory_8h - Corrade/Containers/Containers.h - Corrade/Containers/EnumSet.h - Corrade - Corrade::Utility - Corrade::Utility::Directory - - Containers::EnumSet< Flag > - Flags - namespaceCorrade_1_1Utility_1_1Directory.html - a9df63241a8c57cdd64316a82bc9713b5 - - - - - Flag - namespaceCorrade_1_1Utility_1_1Directory.html - a60fc75369f2d2d700d1cc758261cef35 - - SkipDotAndDotDot - SkipFiles - SkipDirectories - SkipSpecial - SortAscending - SortDescending - - - std::string - fromNativeSeparators - namespaceCorrade_1_1Utility_1_1Directory.html - a454691f5180e746e5f37d50e5aab9f13 - (std::string path) - - - std::string - toNativeSeparators - namespaceCorrade_1_1Utility_1_1Directory.html - ae912c293390240c7c55cf36a3dd64fc3 - (std::string path) - - - std::string - path - namespaceCorrade_1_1Utility_1_1Directory.html - a222baead7128ec0cadc433e3a8c0059f - (const std::string &filename) - - - std::string - filename - namespaceCorrade_1_1Utility_1_1Directory.html - a07df998aa551057785f2db6c51e78e63 - (const std::string &filename) - - - std::string - join - namespaceCorrade_1_1Utility_1_1Directory.html - aa1c57ae6d2c15c7507ad1ae70810d4de - (const std::string &path, const std::string &filename) - - - std::vector< std::string > - list - namespaceCorrade_1_1Utility_1_1Directory.html - a27708f99ad155cdf20dbfb7926478582 - (const std::string &path, Flags flags=Flags()) - - - bool - mkpath - namespaceCorrade_1_1Utility_1_1Directory.html - ad80859f373fbf1ed39b11eb27649c34b - (const std::string &path) - - - bool - rm - namespaceCorrade_1_1Utility_1_1Directory.html - ac78c147e3378045ca84362dc1617a5d2 - (const std::string &path) - - - bool - move - namespaceCorrade_1_1Utility_1_1Directory.html - aa3505c07378a35988f43dca3496f9631 - (const std::string &oldPath, const std::string &newPath) - - - bool - isSandboxed - namespaceCorrade_1_1Utility_1_1Directory.html - a3cc7a87483e3b192253cbe72d1cb1f98 - () - - - std::string - executableLocation - namespaceCorrade_1_1Utility_1_1Directory.html - a4e3dbc86c7b8d0c3c39d9802a9947b35 - () - - - std::string - home - namespaceCorrade_1_1Utility_1_1Directory.html - a8dcea7e885d165d77f8ef68814788bd9 - () - - - std::string - configurationDir - namespaceCorrade_1_1Utility_1_1Directory.html - a73ddfdc8249b1bc779e8bb58cd9c319a - (const std::string &name) - - - std::string - tmp - namespaceCorrade_1_1Utility_1_1Directory.html - a7b3ca5990decccd118261fe86824af70 - () - - - bool - fileExists - namespaceCorrade_1_1Utility_1_1Directory.html - a1a83e17a2230dd6c04d33dac2a6e745f - (const std::string &filename) - - - Containers::Array< char > - read - namespaceCorrade_1_1Utility_1_1Directory.html - a4a9da22f34b0eb0f409b8183032b46db - (const std::string &filename) - - - std::string - readString - namespaceCorrade_1_1Utility_1_1Directory.html - afdc9b2319f9470117c4fb6b2ecf63187 - (const std::string &filename) - - - bool - write - namespaceCorrade_1_1Utility_1_1Directory.html - af3e40dd0b19be0b79e8d2bad631f9009 - (const std::string &filename, Containers::ArrayView< const void > data) - - - bool - writeString - namespaceCorrade_1_1Utility_1_1Directory.html - a2e31a8897f1f4d78ec7179d584ab0100 - (const std::string &filename, const std::string &data) - - - Containers::Array< char, MapDeleter > - map - namespaceCorrade_1_1Utility_1_1Directory.html - a769141becd7eed77b15c0d0d1a79cc04 - (const std::string &filename, std::size_t size) - - - Containers::Array< const char, MapDeleter > - mapRead - namespaceCorrade_1_1Utility_1_1Directory.html - a84c45342a8cec2111853f51873d82c9d - (const std::string &filename) - - - - Endianness.h - /home/mosra/Code/corrade/src/Corrade/Utility/ - Endianness_8h - Corrade/Utility/utilities.h - Corrade::Utility::Endianness - Corrade - Corrade::Utility - - - Macros.h - /home/mosra/Code/corrade/src/Corrade/Utility/ - Macros_8h - - #define - CORRADE_DEPRECATED - Macros_8h.html - a8bc844974522ec40054a604cadbdb2b2 - (message) - - - #define - CORRADE_DEPRECATED_ALIAS - Macros_8h.html - a023a57e9d0c61a1b6f840b3e0569f734 - (message) - - - #define - CORRADE_DEPRECATED_ENUM - Macros_8h.html - aa58b39f18ce825eaad362ea65e91eda1 - (message) - - - #define - CORRADE_DEPRECATED_FILE - Macros_8h.html - a4bc9f2298919bde9bacc16f319707fe3 - (message) - - - #define - CORRADE_UNUSED - Macros_8h.html - aaf99b187cce2ff1eadddf1507ace2d69 - - - - #define - CORRADE_ALIGNAS - Macros_8h.html - acb148d614b069112fb97d4f022ab6c9b - (alignment) - - - #define - CORRADE_NORETURN - Macros_8h.html - aeac429c30ec933b14293d5431a5c1a01 - - - - #define - CORRADE_AUTOMATIC_INITIALIZER - Macros_8h.html - a8a4cea6b4e9cc0f231fec08fc867f2d9 - (function) - - - #define - CORRADE_AUTOMATIC_FINALIZER - Macros_8h.html - a89fc5f07629645f4e45c130859ac0909 - (function) - - - - MurmurHash2.h - /home/mosra/Code/corrade/src/Corrade/Utility/ - MurmurHash2_8h - Corrade/Utility/AbstractHash.h - Corrade::Utility::MurmurHash2 - Corrade - Corrade::Utility - - - rc.cpp - /home/mosra/Code/corrade/src/Corrade/Utility/ - rc_8cpp - Corrade/Utility/Arguments.h - Corrade/Utility/Debug.h - Corrade/Utility/Directory.h - Corrade/Utility/Resource.h - - - Resource.h - /home/mosra/Code/corrade/src/Corrade/Utility/ - Resource_8h - Corrade/Containers/ArrayView.h - Corrade::Utility::Resource - Corrade - Corrade::Utility - - #define - CORRADE_RESOURCE_INITIALIZE - Resource_8h.html - a876986c779d3629c74c76e35607ea9e2 - (name) - - - #define - CORRADE_RESOURCE_FINALIZE - Resource_8h.html - a6ded4adbc1776241a0aed878fa5207a9 - (name) - - - - Sha1.h - /home/mosra/Code/corrade/src/Corrade/Utility/ - Sha1_8h - Corrade/Utility/AbstractHash.h - Corrade::Utility::Sha1 - Corrade - Corrade::Utility - - - String.h - /home/mosra/Code/corrade/src/Corrade/Utility/ - String_8h - Corrade/Containers/ArrayView.h - Corrade - Corrade::Utility - Corrade::Utility::String - - std::string - fromArray - namespaceCorrade_1_1Utility_1_1String.html - a3e5a23b4c3afe46b19c0ea93a098e634 - (const char *string) - - - std::string - fromArray - namespaceCorrade_1_1Utility_1_1String.html - acb24339bd65dda380b696d363f4cc799 - (const char *string, std::size_t length) - - - std::string - ltrim - namespaceCorrade_1_1Utility_1_1String.html - afc39c7e3c0d3da5bb4cfdf4bada808ab - (std::string string, const std::string &characters) - - - std::string - ltrim - namespaceCorrade_1_1Utility_1_1String.html - a9b120b72f24ac6c1266d60b112a131f6 - (std::string string, const char(&characters)[size]) - - - std::string - ltrim - namespaceCorrade_1_1Utility_1_1String.html - a5dcd2f1e07dfeb6b3f523b8fd7fcc0db - (std::string string) - - - std::string - rtrim - namespaceCorrade_1_1Utility_1_1String.html - aa7519775e721a492a57c3752b6e0a5ae - (std::string string, const std::string &characters) - - - std::string - rtrim - namespaceCorrade_1_1Utility_1_1String.html - a787500cae52742d206c30a00d315bd88 - (std::string string, const char(&characters)[size]) - - - std::string - rtrim - namespaceCorrade_1_1Utility_1_1String.html - a13384c2eb91136a2282cabcf6d40e7e7 - (std::string string) - - - std::string - trim - namespaceCorrade_1_1Utility_1_1String.html - a010626127bd50cc902768b3fa50e8e8c - (std::string string, const std::string &characters) - - - std::string - trim - namespaceCorrade_1_1Utility_1_1String.html - a3e6ed45cb59343ff1c968cc7c5f74864 - (std::string string, const char(&characters)[size]) - - - std::string - trim - namespaceCorrade_1_1Utility_1_1String.html - ab1422c3f09858ed4959d7ddd022c913a - (std::string string) - - - std::vector< std::string > - split - namespaceCorrade_1_1Utility_1_1String.html - ac33538e87b593ea3025b97cb9c4f9c7d - (const std::string &string, char delimiter) - - - std::vector< std::string > - splitWithoutEmptyParts - namespaceCorrade_1_1Utility_1_1String.html - a223a1c3ccc10a0a1c0d3cea7e1bb8770 - (const std::string &string, char delimiter) - - - std::vector< std::string > - splitWithoutEmptyParts - namespaceCorrade_1_1Utility_1_1String.html - ac0ff6b03a281fecebe8540c3aa86cd47 - (const std::string &string, const std::string &delimiters) - - - std::vector< std::string > - splitWithoutEmptyParts - namespaceCorrade_1_1Utility_1_1String.html - a1360ec5f0e3aa9a34af046480356292f - (const std::string &string, const char(&delimiters)[size]) - - - std::vector< std::string > - splitWithoutEmptyParts - namespaceCorrade_1_1Utility_1_1String.html - ab0ad1369cf991d4a24ad9eb546da5994 - (const std::string &string) - - - std::string - join - namespaceCorrade_1_1Utility_1_1String.html - a9af3018407a9cac247c09da9ac8e577d - (const std::vector< std::string > &strings, char delimiter) - - - std::string - joinWithoutEmptyParts - namespaceCorrade_1_1Utility_1_1String.html - ac2adb8eafce8ddb6f7c163bd112e5c57 - (const std::vector< std::string > &strings, char delimiter) - - - std::string - lowercase - namespaceCorrade_1_1Utility_1_1String.html - a09fde2ac2c5c7a28e0c694d22ca89ee6 - (std::string string) - - - std::string - uppercase - namespaceCorrade_1_1Utility_1_1String.html - a4593d63bc7b1f340584b21d6a169afe9 - (std::string string) - - - bool - beginsWith - namespaceCorrade_1_1Utility_1_1String.html - add091001179ac1455795365a3b667073 - (const std::string &string, const std::string &prefix) - - - bool - beginsWith - namespaceCorrade_1_1Utility_1_1String.html - aca63ac7667c9b71ce5e3240daf32316e - (const std::string &string, const char(&prefix)[size]) - - - bool - endsWith - namespaceCorrade_1_1Utility_1_1String.html - a810b5cb07e3a5e5063145ef47567ab7f - (const std::string &string, const std::string &suffix) - - - bool - endsWith - namespaceCorrade_1_1Utility_1_1String.html - ace94f739418cde7292a1e4ffdb75598e - (const std::string &string, const char(&suffix)[size]) - - - - System.h - /home/mosra/Code/corrade/src/Corrade/Utility/ - System_8h - Corrade - Corrade::Utility - Corrade::Utility::System - - void - sleep - namespaceCorrade_1_1Utility_1_1System.html - a7f93179c285d2667b97d9b38476d4cda - (std::size_t ms) - - - - TypeTraits.h - /home/mosra/Code/corrade/src/Corrade/Utility/ - TypeTraits_8h - Corrade - Corrade::Utility - - #define - CORRADE_HAS_TYPE - TypeTraits_8h.html - a19ce628bb598766db0fffb24c19fc9de - (className, typeExpression) - - - std::integral_constant< bool,(Implementation::HasMemberBegin< T >::value||Implementation::HasBegin< T >::value||Implementation::HasStdBegin< T >::value)&&(Implementation::HasMemberEnd< T >::value||Implementation::HasEnd< T >::value||Implementation::HasStdEnd< T >::value)> - IsIterable - namespaceCorrade_1_1Utility.html - a43561aa129a33d6c7aa6cb828dacdf46 - - - - - Unicode.h - /home/mosra/Code/corrade/src/Corrade/Utility/ - Unicode_8h - Corrade/Containers/ArrayView.h - Corrade - Corrade::Utility - Corrade::Utility::Unicode - - std::pair< char32_t, std::size_t > - nextChar - namespaceCorrade_1_1Utility_1_1Unicode.html - a23fbffa5a6184ab6c29030e152182c29 - (Containers::ArrayView< const char > text, std::size_t cursor) - - - std::pair< char32_t, std::size_t > - nextChar - namespaceCorrade_1_1Utility_1_1Unicode.html - a3cd253f620e843e9ecac1d427b7c070f - (const std::string &text, const std::size_t cursor) - - - std::pair< char32_t, std::size_t > - nextChar - namespaceCorrade_1_1Utility_1_1Unicode.html - a634c36aab0be25e8417905c1a1b492c4 - (const char(&text)[size], const std::size_t cursor) - - - std::pair< char32_t, std::size_t > - prevChar - namespaceCorrade_1_1Utility_1_1Unicode.html - ab5eed1f9f89a2e19eaef0c0f64fb9900 - (Containers::ArrayView< const char > text, std::size_t cursor) - - - std::pair< char32_t, std::size_t > - prevChar - namespaceCorrade_1_1Utility_1_1Unicode.html - ad231509de72398162b11d48f9ea75f85 - (const std::string &text, const std::size_t cursor) - - - std::pair< char32_t, std::size_t > - prevChar - namespaceCorrade_1_1Utility_1_1Unicode.html - ab7b8f89831f52d67d311c5886b847ce6 - (const char(&text)[size], const std::size_t cursor) - - - std::u32string - utf32 - namespaceCorrade_1_1Utility_1_1Unicode.html - a738435f73e123822a70f692d9d9cfec8 - (const std::string &text) - - - std::size_t - utf8 - namespaceCorrade_1_1Utility_1_1Unicode.html - a0b1547a3b650117161826a75943e5946 - (char32_t character, Containers::StaticArrayView< 4, char > result) - - - std::wstring - widen - namespaceCorrade_1_1Utility_1_1Unicode.html - af92cf003d4c9bf36b0a53777ab5a0445 - (const std::string &text) - - - std::wstring - widen - namespaceCorrade_1_1Utility_1_1Unicode.html - aa4f142c6268dbd30d3b816e36e9ab37b - (Containers::ArrayView< const char > text) - - - std::wstring - widen - namespaceCorrade_1_1Utility_1_1Unicode.html - a025f6762f095b8180ce0569573b82380 - (const char *text) - - - std::string - narrow - namespaceCorrade_1_1Utility_1_1Unicode.html - ad81ae601a86426189543698218fb276d - (const std::wstring &text) - - - std::string - narrow - namespaceCorrade_1_1Utility_1_1Unicode.html - a68b980fd21405108c7eb80d1b07408e6 - (Containers::ArrayView< const wchar_t > text) - - - std::string - narrow - namespaceCorrade_1_1Utility_1_1Unicode.html - a7dfc7f84250f3a9a16f4a8fb4bc7a97b - (const wchar_t *text) - - - - utilities.h - /home/mosra/Code/corrade/src/Corrade/Utility/ - utilities_8h - Corrade/Utility/Macros.h - Corrade/Utility/System.h - Corrade - Corrade::Utility - - void - sleep - namespaceCorrade_1_1Utility.html - a0e8ee1cd790d25f505ee1405ec15e238 - (std::size_t ms) - - - To - bitCast - namespaceCorrade_1_1Utility.html - a3831cece822dfde455336664676f6867 - (const From &from) - - - To - bitCast - namespaceCorrade_1_1Utility.html - a3831cece822dfde455336664676f6867 - (const From &from) - - - - Utility.h - /home/mosra/Code/corrade/src/Corrade/Utility/ - Utility_8h - Corrade/Containers/Containers.h - Corrade::Utility::HashDigest - Corrade::Utility::ConfigurationValue - Corrade - Corrade::Utility - - - VisibilityMacros.h - /home/mosra/Code/corrade/src/Corrade/Utility/ - VisibilityMacros_8h - - #define - CORRADE_VISIBILITY_EXPORT - VisibilityMacros_8h.html - a94f5b366975d677886021cd41bfaacfb - - - - #define - CORRADE_VISIBILITY_IMPORT - VisibilityMacros_8h.html - a62c8c1098f4007c1769d03181a78b33c - - - - #define - CORRADE_VISIBILITY_STATIC - VisibilityMacros_8h.html - ac12ca04badf8b2b6bc283e5f0da3802e - - - - #define - CORRADE_VISIBILITY_LOCAL - VisibilityMacros_8h.html - a802c9a3721942bf48b11ca6314e14a4a - - - - - AbstractHash< 20 > - classCorrade_1_1Utility_1_1AbstractHash.html - - HashDigest< digestSize > - Digest - classCorrade_1_1Utility_1_1AbstractHash.html - a44db12441a55b94fdead99c880fd0a4e - - - - DigestSize - classCorrade_1_1Utility_1_1AbstractHash.html - a162fa31a26bf6c06ed8d23c417e2020ca1845bcbe98f41a624c92ed7e797a14f6 - - - - - AbstractHash< sizeof(std::size_t)> - classCorrade_1_1Utility_1_1AbstractHash.html - - HashDigest< digestSize > - Digest - classCorrade_1_1Utility_1_1AbstractHash.html - a44db12441a55b94fdead99c880fd0a4e - - - - DigestSize - classCorrade_1_1Utility_1_1AbstractHash.html - a162fa31a26bf6c06ed8d23c417e2020ca1845bcbe98f41a624c92ed7e797a14f6 - - - - - Array< char > - classCorrade_1_1Containers_1_1Array.html - - char - Type - classCorrade_1_1Containers_1_1Array.html - ab88bec3b842462e9eea5157a4049a094 - - - - void(*)(char *, std::size_t) - Deleter - classCorrade_1_1Containers_1_1Array.html - a6397e3aabed2ca448871a747e19a7ee7 - - - - - Array - classCorrade_1_1Containers_1_1Array.html - ae5ab628ed1d689df54ee1e14c9f33e00 - (std::nullptr_t) noexcept - - - - Array - classCorrade_1_1Containers_1_1Array.html - ab4c2451e1504971dee5076ad43300be8 - () noexcept - - - - Array - classCorrade_1_1Containers_1_1Array.html - a4fcbcb24d5a462f13e7dc8e138664e31 - (DefaultInitT, std::size_t size) - - - - Array - classCorrade_1_1Containers_1_1Array.html - ada8220cec2457b9e1730b71d24e3e60e - (ValueInitT, std::size_t size) - - - - Array - classCorrade_1_1Containers_1_1Array.html - ad6a7e145daae045d737003b626cc958d - (NoInitT, std::size_t size) - - - - Array - classCorrade_1_1Containers_1_1Array.html - ad0e6ed64bc694f8e4b316848314c5345 - (DirectInitT, std::size_t size, Args &&...args) - - - - Array - classCorrade_1_1Containers_1_1Array.html - aa48105e1a6a95c402c274d32d8d213c1 - (InPlaceInitT, std::initializer_list< char > list) - - - - Array - classCorrade_1_1Containers_1_1Array.html - a913499c6a05cd36964ad56d0eaa1f002 - (std::size_t size) - - - - Array - classCorrade_1_1Containers_1_1Array.html - ab527926a8480885ca15d7fd53c4e0cef - (char *data, std::size_t size, void(*)(char *, std::size_t)deleter=Implementation::DefaultDeleter< void(*)(char *, std::size_t) >{}()) - - - - Array - classCorrade_1_1Containers_1_1Array.html - a96d5213dcca0193ecd6c8d67217efde2 - (const Array< char, void(*)(char *, std::size_t) > &)=delete - - - - Array - classCorrade_1_1Containers_1_1Array.html - ade7103081fcb82b77f40b3a6a0c9bd1f - (Array< char, void(*)(char *, std::size_t) > &&other) noexcept - - - Array< char, void(*)(char *, std::size_t) > & - operator= - classCorrade_1_1Containers_1_1Array.html - ae4fd95d4d6fb93e26fe27daf744fe1f3 - (const Array< char, void(*)(char *, std::size_t) > &)=delete - - - Array< char, void(*)(char *, std::size_t) > & - operator= - classCorrade_1_1Containers_1_1Array.html - a41292530583857fa7d7ccfdce00fb3ba - (Array< char, void(*)(char *, std::size_t) > &&) noexcept - - - - operator bool - classCorrade_1_1Containers_1_1Array.html - a510ced09df574be474049fdce4f18d37 - () const - - - - operator ArrayView< U > - classCorrade_1_1Containers_1_1Array.html - a54d801f112a8c352841d8bec5543d9db - () noexcept - - - - operator ArrayView< const U > - classCorrade_1_1Containers_1_1Array.html - a96c848506ad58fe0be0d9fd88ad0a8e6 - () const noexcept - - - - operator ArrayView< const void > - classCorrade_1_1Containers_1_1Array.html - a9f885b5454d6afb2473f77cf8a12fa40 - () const noexcept - - - - operator char * - classCorrade_1_1Containers_1_1Array.html - a900d45e746267f9b9aa493fd23dde5f8 - ()& - - - - operator const char * - classCorrade_1_1Containers_1_1Array.html - acc671fef58ee49ca4771122488f0802f - () const & - - - char * - data - classCorrade_1_1Containers_1_1Array.html - a0c46890d99721a859619561f719b4e31 - () - - - const char * - data - classCorrade_1_1Containers_1_1Array.html - a3f9c22c6aae13d1facd5e62754726a30 - () const - - - void(*)(char *, std::size_t) - deleter - classCorrade_1_1Containers_1_1Array.html - ab789c4323af5329c9e0156f6f07166fd - () const - - - std::size_t - size - classCorrade_1_1Containers_1_1Array.html - a05e93170099dc30d55613b66ebd677fe - () const - - - bool - empty - classCorrade_1_1Containers_1_1Array.html - a70adb0ac58742a67cd473cf8fc1550fe - () const - - - char * - begin - classCorrade_1_1Containers_1_1Array.html - abaad6108087008802cd894a6679e2b94 - () - - - const char * - begin - classCorrade_1_1Containers_1_1Array.html - aa7890be6e558701eba9066f21f7cf78e - () const - - - const char * - cbegin - classCorrade_1_1Containers_1_1Array.html - a6c878516aede0c4600ee69f37ee8e990 - () const - - - char * - end - classCorrade_1_1Containers_1_1Array.html - a339172cd6f805a667dfbebdcefa533b9 - () - - - const char * - end - classCorrade_1_1Containers_1_1Array.html - ab6d697106a65f4ad2e394db29cd5a5ba - () const - - - const char * - cend - classCorrade_1_1Containers_1_1Array.html - ae40dad9a339c9b48ea0800e3d2bceb82 - () const - - - ArrayView< char > - slice - classCorrade_1_1Containers_1_1Array.html - a31ed9632bbdf1612906867854df485bd - (char *begin, char *end) - - - ArrayView< const char > - slice - classCorrade_1_1Containers_1_1Array.html - a0acff85379dc67fb88daea9ae86b644d - (const char *begin, const char *end) const - - - ArrayView< char > - slice - classCorrade_1_1Containers_1_1Array.html - aa73a1d7ad0ac1447d8d88bf4528fad53 - (std::size_t begin, std::size_t end) - - - ArrayView< const char > - slice - classCorrade_1_1Containers_1_1Array.html - aedf689d02359da0feceaa615f84f7722 - (std::size_t begin, std::size_t end) const - - - StaticArrayView< size, char > - slice - classCorrade_1_1Containers_1_1Array.html - a824ad0c5ac1722ca966e69177c136622 - (char *begin) - - - StaticArrayView< size, const char > - slice - classCorrade_1_1Containers_1_1Array.html - aab6355de230df80dfcbe7b27b29a0e97 - (const char *begin) const - - - StaticArrayView< size, char > - slice - classCorrade_1_1Containers_1_1Array.html - a3364f1140c218b837780b10b970b326f - (std::size_t begin) - - - StaticArrayView< size, const char > - slice - classCorrade_1_1Containers_1_1Array.html - aaa58f440515780a1da0474d40d44e9fd - (std::size_t begin) const - - - ArrayView< char > - prefix - classCorrade_1_1Containers_1_1Array.html - a24be60e39728f7d05ba83b0a8eb506bf - (char *end) - - - ArrayView< const char > - prefix - classCorrade_1_1Containers_1_1Array.html - a039af1ea7c350c652a8b497748c1d1ce - (const char *end) const - - - ArrayView< char > - prefix - classCorrade_1_1Containers_1_1Array.html - af67d0fcf514203404db65d818d718208 - (std::size_t end) - - - ArrayView< const char > - prefix - classCorrade_1_1Containers_1_1Array.html - a37857c627f00cf389662459324931cfa - (std::size_t end) const - - - ArrayView< char > - suffix - classCorrade_1_1Containers_1_1Array.html - a803162c8189d5ce30496dd61d515036b - (char *begin) - - - ArrayView< const char > - suffix - classCorrade_1_1Containers_1_1Array.html - a88ca301aaed64e61fcac78dc3b4f0548 - (const char *begin) const - - - ArrayView< char > - suffix - classCorrade_1_1Containers_1_1Array.html - adf6635159fa9c6d4c47c4f98ef0248af - (std::size_t begin) - - - ArrayView< const char > - suffix - classCorrade_1_1Containers_1_1Array.html - a9716d3461c93e28027e45a794a14c489 - (std::size_t begin) const - - - char * - release - classCorrade_1_1Containers_1_1Array.html - aa6256e53419003ba6f434a91f293c92e - () - - - static Array< char, void(*)(char *, std::size_t) > - from - classCorrade_1_1Containers_1_1Array.html - af0354ec5437d70fbe0b20c5faae3d56a - (U &&...values) - - - static Array< char, void(*)(char *, std::size_t) > - zeroInitialized - classCorrade_1_1Containers_1_1Array.html - a2c8b867b464b326c7c56a535bef2950c - (std::size_t size) - - - - ArrayView< const char > - classCorrade_1_1Containers_1_1ArrayView.html - - const char - Type - classCorrade_1_1Containers_1_1ArrayView.html - acffca460a3bea7a4721e765f069587b2 - - - - constexpr - ArrayView - classCorrade_1_1Containers_1_1ArrayView.html - a832bfa9a5d0aa6791d995a80e60621b6 - (std::nullptr_t) noexcept - - - constexpr - ArrayView - classCorrade_1_1Containers_1_1ArrayView.html - aa5b6bedc075e0698b30846770d50d312 - () noexcept - - - constexpr - ArrayView - classCorrade_1_1Containers_1_1ArrayView.html - a67f28104cc25005a20a4e1501f264336 - (const char *data, std::size_t size) noexcept - - - constexpr - ArrayView - classCorrade_1_1Containers_1_1ArrayView.html - a4318ae04782dfafbdbbe764bc3e5f15b - (U(&data)[size]) noexcept - - - constexpr - ArrayView - classCorrade_1_1Containers_1_1ArrayView.html - a983523ac9454f971954d89363bf044c8 - (ArrayView< U > view) noexcept - - - constexpr - ArrayView - classCorrade_1_1Containers_1_1ArrayView.html - a8c3a0e9e3639eb47f6c99b9d72556bf2 - (StaticArrayView< size, U > view) noexcept - - - - operator bool - classCorrade_1_1Containers_1_1ArrayView.html - ab10bd74a9f8775c74a989d458fd9a670 - () const - - - constexpr - operator const char * - classCorrade_1_1Containers_1_1ArrayView.html - a8fdd286259e63ac1e75526e9b12fac44 - () const - - - constexpr const char * - data - classCorrade_1_1Containers_1_1ArrayView.html - a8b9def1f69fa035a1a814da0ed6b322b - () const - - - constexpr std::size_t - size - classCorrade_1_1Containers_1_1ArrayView.html - a64de93112836f1f80e51a3994471fe24 - () const - - - constexpr bool - empty - classCorrade_1_1Containers_1_1ArrayView.html - ae62a1deaf93bf4d382623fb62975694d - () const - - - constexpr const char * - begin - classCorrade_1_1Containers_1_1ArrayView.html - aa0999ca688430fb80fcc9a7fda0dd2fa - () const - - - constexpr const char * - cbegin - classCorrade_1_1Containers_1_1ArrayView.html - a57e031ae02bb22b69342c8fba8159d8e - () const - - - const char * - end - classCorrade_1_1Containers_1_1ArrayView.html - a73eb72e5c5cd52589d6fd0b8601200dd - () const - - - const char * - cend - classCorrade_1_1Containers_1_1ArrayView.html - a6e9e8aa178bea52b57698c881d1a3962 - () const - - - ArrayView< const char > - slice - classCorrade_1_1Containers_1_1ArrayView.html - a548355d8755557b2741913860b0edf98 - (const char *begin, const char *end) const - - - ArrayView< const char > - slice - classCorrade_1_1Containers_1_1ArrayView.html - accd0abee2cafdfd4eff2b28b72763e56 - (std::size_t begin, std::size_t end) const - - - StaticArrayView< viewSize, const char > - slice - classCorrade_1_1Containers_1_1ArrayView.html - adcaaffc0c98363a2b0929c6987b41e83 - (const char *begin) const - - - StaticArrayView< viewSize, const char > - slice - classCorrade_1_1Containers_1_1ArrayView.html - a2a2734d614bfd48313af42cb9d5bf16d - (std::size_t begin) const - - - ArrayView< const char > - prefix - classCorrade_1_1Containers_1_1ArrayView.html - a993140b9bc4003a2257f6fb35e923d83 - (const char *end) const - - - ArrayView< const char > - prefix - classCorrade_1_1Containers_1_1ArrayView.html - a5c28369fabfd16556960e8a7b96ec7a9 - (std::size_t end) const - - - ArrayView< const char > - suffix - classCorrade_1_1Containers_1_1ArrayView.html - a9dc1e8fbc43320312c00d49c1e095ec8 - (const char *begin) const - - - ArrayView< const char > - suffix - classCorrade_1_1Containers_1_1ArrayView.html - a50834bc412fb57a33d72f54cef8e47ef - (std::size_t begin) const - - - - Comparator< Compare::Corrade::TestSuite::Compare::Around< T > > - classCorrade_1_1TestSuite_1_1Comparator.html - - bool - operator() - classCorrade_1_1TestSuite_1_1Comparator.html - a8d072896c5b922d59acbba7e5db65613 - (const Compare::Corrade::TestSuite::Compare::Around< T > &actual, const Compare::Corrade::TestSuite::Compare::Around< T > &expected) - - - void - printErrorMessage - classCorrade_1_1TestSuite_1_1Comparator.html - a36ee68f3f8ae16b173f92e968d2c4a5d - (Utility::Error &e, const std::string &actual, const std::string &expected) const - - - - Comparator< Compare::Corrade::TestSuite::Compare::File > - classCorrade_1_1TestSuite_1_1Comparator.html - - bool - operator() - classCorrade_1_1TestSuite_1_1Comparator.html - a8d072896c5b922d59acbba7e5db65613 - (const Compare::Corrade::TestSuite::Compare::File &actual, const Compare::Corrade::TestSuite::Compare::File &expected) - - - void - printErrorMessage - classCorrade_1_1TestSuite_1_1Comparator.html - a36ee68f3f8ae16b173f92e968d2c4a5d - (Utility::Error &e, const std::string &actual, const std::string &expected) const - - - - Comparator< StringLength > - classCorrade_1_1TestSuite_1_1Comparator.html - - bool - operator() - classCorrade_1_1TestSuite_1_1Comparator.html - a8d072896c5b922d59acbba7e5db65613 - (const StringLength &actual, const StringLength &expected) - - - void - printErrorMessage - classCorrade_1_1TestSuite_1_1Comparator.html - a36ee68f3f8ae16b173f92e968d2c4a5d - (Utility::Error &e, const std::string &actual, const std::string &expected) const - - - - Container< T > - classCorrade_1_1TestSuite_1_1Compare_1_1Container.html - - - Corrade::Containers::Array - classCorrade_1_1Containers_1_1Array.html - T - D - - T - Type - classCorrade_1_1Containers_1_1Array.html - ab88bec3b842462e9eea5157a4049a094 - - - - D - Deleter - classCorrade_1_1Containers_1_1Array.html - a6397e3aabed2ca448871a747e19a7ee7 - - - - - Array - classCorrade_1_1Containers_1_1Array.html - ae5ab628ed1d689df54ee1e14c9f33e00 - (std::nullptr_t) noexcept - - - - Array - classCorrade_1_1Containers_1_1Array.html - ab4c2451e1504971dee5076ad43300be8 - () noexcept - - - - Array - classCorrade_1_1Containers_1_1Array.html - a4fcbcb24d5a462f13e7dc8e138664e31 - (DefaultInitT, std::size_t size) - - - - Array - classCorrade_1_1Containers_1_1Array.html - ada8220cec2457b9e1730b71d24e3e60e - (ValueInitT, std::size_t size) - - - - Array - classCorrade_1_1Containers_1_1Array.html - ad6a7e145daae045d737003b626cc958d - (NoInitT, std::size_t size) - - - - Array - classCorrade_1_1Containers_1_1Array.html - ad0e6ed64bc694f8e4b316848314c5345 - (DirectInitT, std::size_t size, Args &&...args) - - - - Array - classCorrade_1_1Containers_1_1Array.html - aa48105e1a6a95c402c274d32d8d213c1 - (InPlaceInitT, std::initializer_list< T > list) - - - - Array - classCorrade_1_1Containers_1_1Array.html - a913499c6a05cd36964ad56d0eaa1f002 - (std::size_t size) - - - - Array - classCorrade_1_1Containers_1_1Array.html - ab527926a8480885ca15d7fd53c4e0cef - (T *data, std::size_t size, D deleter=Implementation::DefaultDeleter< D >{}()) - - - - Array - classCorrade_1_1Containers_1_1Array.html - a96d5213dcca0193ecd6c8d67217efde2 - (const Array< T, D > &)=delete - - - - Array - classCorrade_1_1Containers_1_1Array.html - ade7103081fcb82b77f40b3a6a0c9bd1f - (Array< T, D > &&other) noexcept - - - Array< T, D > & - operator= - classCorrade_1_1Containers_1_1Array.html - ae4fd95d4d6fb93e26fe27daf744fe1f3 - (const Array< T, D > &)=delete - - - Array< T, D > & - operator= - classCorrade_1_1Containers_1_1Array.html - a41292530583857fa7d7ccfdce00fb3ba - (Array< T, D > &&) noexcept - - - - operator bool - classCorrade_1_1Containers_1_1Array.html - a510ced09df574be474049fdce4f18d37 - () const - - - - operator ArrayView< U > - classCorrade_1_1Containers_1_1Array.html - a54d801f112a8c352841d8bec5543d9db - () noexcept - - - - operator ArrayView< const U > - classCorrade_1_1Containers_1_1Array.html - a96c848506ad58fe0be0d9fd88ad0a8e6 - () const noexcept - - - - operator ArrayView< const void > - classCorrade_1_1Containers_1_1Array.html - a9f885b5454d6afb2473f77cf8a12fa40 - () const noexcept - - - - operator T * - classCorrade_1_1Containers_1_1Array.html - a900d45e746267f9b9aa493fd23dde5f8 - ()& - - - - operator const T * - classCorrade_1_1Containers_1_1Array.html - acc671fef58ee49ca4771122488f0802f - () const & - - - T * - data - classCorrade_1_1Containers_1_1Array.html - a0c46890d99721a859619561f719b4e31 - () - - - const T * - data - classCorrade_1_1Containers_1_1Array.html - a3f9c22c6aae13d1facd5e62754726a30 - () const - - - D - deleter - classCorrade_1_1Containers_1_1Array.html - ab789c4323af5329c9e0156f6f07166fd - () const - - - std::size_t - size - classCorrade_1_1Containers_1_1Array.html - a05e93170099dc30d55613b66ebd677fe - () const - - - bool - empty - classCorrade_1_1Containers_1_1Array.html - a70adb0ac58742a67cd473cf8fc1550fe - () const - - - T * - begin - classCorrade_1_1Containers_1_1Array.html - abaad6108087008802cd894a6679e2b94 - () - - - const T * - begin - classCorrade_1_1Containers_1_1Array.html - aa7890be6e558701eba9066f21f7cf78e - () const - - - const T * - cbegin - classCorrade_1_1Containers_1_1Array.html - a6c878516aede0c4600ee69f37ee8e990 - () const - - - T * - end - classCorrade_1_1Containers_1_1Array.html - a339172cd6f805a667dfbebdcefa533b9 - () - - - const T * - end - classCorrade_1_1Containers_1_1Array.html - ab6d697106a65f4ad2e394db29cd5a5ba - () const - - - const T * - cend - classCorrade_1_1Containers_1_1Array.html - ae40dad9a339c9b48ea0800e3d2bceb82 - () const - - - ArrayView< T > - slice - classCorrade_1_1Containers_1_1Array.html - a31ed9632bbdf1612906867854df485bd - (T *begin, T *end) - - - ArrayView< const T > - slice - classCorrade_1_1Containers_1_1Array.html - a0acff85379dc67fb88daea9ae86b644d - (const T *begin, const T *end) const - - - ArrayView< T > - slice - classCorrade_1_1Containers_1_1Array.html - aa73a1d7ad0ac1447d8d88bf4528fad53 - (std::size_t begin, std::size_t end) - - - ArrayView< const T > - slice - classCorrade_1_1Containers_1_1Array.html - aedf689d02359da0feceaa615f84f7722 - (std::size_t begin, std::size_t end) const - - - StaticArrayView< size, T > - slice - classCorrade_1_1Containers_1_1Array.html - a824ad0c5ac1722ca966e69177c136622 - (T *begin) - - - StaticArrayView< size, const T > - slice - classCorrade_1_1Containers_1_1Array.html - aab6355de230df80dfcbe7b27b29a0e97 - (const T *begin) const - - - StaticArrayView< size, T > - slice - classCorrade_1_1Containers_1_1Array.html - a3364f1140c218b837780b10b970b326f - (std::size_t begin) - - - StaticArrayView< size, const T > - slice - classCorrade_1_1Containers_1_1Array.html - aaa58f440515780a1da0474d40d44e9fd - (std::size_t begin) const - - - ArrayView< T > - prefix - classCorrade_1_1Containers_1_1Array.html - a24be60e39728f7d05ba83b0a8eb506bf - (T *end) - - - ArrayView< const T > - prefix - classCorrade_1_1Containers_1_1Array.html - a039af1ea7c350c652a8b497748c1d1ce - (const T *end) const - - - ArrayView< T > - prefix - classCorrade_1_1Containers_1_1Array.html - af67d0fcf514203404db65d818d718208 - (std::size_t end) - - - ArrayView< const T > - prefix - classCorrade_1_1Containers_1_1Array.html - a37857c627f00cf389662459324931cfa - (std::size_t end) const - - - ArrayView< T > - suffix - classCorrade_1_1Containers_1_1Array.html - a803162c8189d5ce30496dd61d515036b - (T *begin) - - - ArrayView< const T > - suffix - classCorrade_1_1Containers_1_1Array.html - a88ca301aaed64e61fcac78dc3b4f0548 - (const T *begin) const - - - ArrayView< T > - suffix - classCorrade_1_1Containers_1_1Array.html - adf6635159fa9c6d4c47c4f98ef0248af - (std::size_t begin) - - - ArrayView< const T > - suffix - classCorrade_1_1Containers_1_1Array.html - a9716d3461c93e28027e45a794a14c489 - (std::size_t begin) const - - - T * - release - classCorrade_1_1Containers_1_1Array.html - aa6256e53419003ba6f434a91f293c92e - () - - - static Array< T, D > - from - classCorrade_1_1Containers_1_1Array.html - af0354ec5437d70fbe0b20c5faae3d56a - (U &&...values) - - - static Array< T, D > - zeroInitialized - classCorrade_1_1Containers_1_1Array.html - a2c8b867b464b326c7c56a535bef2950c - (std::size_t size) - - - ArrayView< U > - arrayCast - classCorrade_1_1Containers_1_1Array.html - ad5f0615634b2553b0cb304aa58da3347 - (Array< T, D > &array) - - - std::size_t - arraySize - classCorrade_1_1Containers_1_1Array.html - af8a4e6b17dca34a5eb82b6a8da8c398b - (const Array< T > &view) - - - - Corrade::Containers::ArrayView - classCorrade_1_1Containers_1_1ArrayView.html - T - - T - Type - classCorrade_1_1Containers_1_1ArrayView.html - acffca460a3bea7a4721e765f069587b2 - - - - constexpr - ArrayView - classCorrade_1_1Containers_1_1ArrayView.html - a832bfa9a5d0aa6791d995a80e60621b6 - (std::nullptr_t) noexcept - - - constexpr - ArrayView - classCorrade_1_1Containers_1_1ArrayView.html - aa5b6bedc075e0698b30846770d50d312 - () noexcept - - - constexpr - ArrayView - classCorrade_1_1Containers_1_1ArrayView.html - a67f28104cc25005a20a4e1501f264336 - (T *data, std::size_t size) noexcept - - - constexpr - ArrayView - classCorrade_1_1Containers_1_1ArrayView.html - a4318ae04782dfafbdbbe764bc3e5f15b - (U(&data)[size]) noexcept - - - constexpr - ArrayView - classCorrade_1_1Containers_1_1ArrayView.html - a983523ac9454f971954d89363bf044c8 - (ArrayView< U > view) noexcept - - - constexpr - ArrayView - classCorrade_1_1Containers_1_1ArrayView.html - a8c3a0e9e3639eb47f6c99b9d72556bf2 - (StaticArrayView< size, U > view) noexcept - - - - operator bool - classCorrade_1_1Containers_1_1ArrayView.html - ab10bd74a9f8775c74a989d458fd9a670 - () const - - - constexpr - operator T * - classCorrade_1_1Containers_1_1ArrayView.html - a8fdd286259e63ac1e75526e9b12fac44 - () const - - - constexpr T * - data - classCorrade_1_1Containers_1_1ArrayView.html - a8b9def1f69fa035a1a814da0ed6b322b - () const - - - constexpr std::size_t - size - classCorrade_1_1Containers_1_1ArrayView.html - a64de93112836f1f80e51a3994471fe24 - () const - - - constexpr bool - empty - classCorrade_1_1Containers_1_1ArrayView.html - ae62a1deaf93bf4d382623fb62975694d - () const - - - constexpr T * - begin - classCorrade_1_1Containers_1_1ArrayView.html - aa0999ca688430fb80fcc9a7fda0dd2fa - () const - - - constexpr T * - cbegin - classCorrade_1_1Containers_1_1ArrayView.html - a57e031ae02bb22b69342c8fba8159d8e - () const - - - T * - end - classCorrade_1_1Containers_1_1ArrayView.html - a73eb72e5c5cd52589d6fd0b8601200dd - () const - - - T * - cend - classCorrade_1_1Containers_1_1ArrayView.html - a6e9e8aa178bea52b57698c881d1a3962 - () const - - - ArrayView< T > - slice - classCorrade_1_1Containers_1_1ArrayView.html - a548355d8755557b2741913860b0edf98 - (T *begin, T *end) const - - - ArrayView< T > - slice - classCorrade_1_1Containers_1_1ArrayView.html - accd0abee2cafdfd4eff2b28b72763e56 - (std::size_t begin, std::size_t end) const - - - StaticArrayView< viewSize, T > - slice - classCorrade_1_1Containers_1_1ArrayView.html - adcaaffc0c98363a2b0929c6987b41e83 - (T *begin) const - - - StaticArrayView< viewSize, T > - slice - classCorrade_1_1Containers_1_1ArrayView.html - a2a2734d614bfd48313af42cb9d5bf16d - (std::size_t begin) const - - - ArrayView< T > - prefix - classCorrade_1_1Containers_1_1ArrayView.html - a993140b9bc4003a2257f6fb35e923d83 - (T *end) const - - - ArrayView< T > - prefix - classCorrade_1_1Containers_1_1ArrayView.html - a5c28369fabfd16556960e8a7b96ec7a9 - (std::size_t end) const - - - ArrayView< T > - suffix - classCorrade_1_1Containers_1_1ArrayView.html - a9dc1e8fbc43320312c00d49c1e095ec8 - (T *begin) const - - - ArrayView< T > - suffix - classCorrade_1_1Containers_1_1ArrayView.html - a50834bc412fb57a33d72f54cef8e47ef - (std::size_t begin) const - - - ArrayView< T > - arrayView - classCorrade_1_1Containers_1_1ArrayView.html - a57f8d4e0a25951f539461539c90d4e25 - (Array< T, D > &array) - - - ArrayView< const T > - arrayView - classCorrade_1_1Containers_1_1ArrayView.html - a4258433529f847d3e6ed10442f6b9b8b - (const Array< T, D > &array) - - - constexpr ArrayView< T > - arrayView - classCorrade_1_1Containers_1_1ArrayView.html - a32ef8daa386aee742e5f39fc5b1516fd - (T *data, std::size_t size) - - - constexpr ArrayView< T > - arrayView - classCorrade_1_1Containers_1_1ArrayView.html - ac8edb9cd0a74f5a0da2ef9c6d03f9ef2 - (T(&data)[size]) - - - constexpr ArrayView< T > - arrayView - classCorrade_1_1Containers_1_1ArrayView.html - ac450a49515ff20058552c732542b1b13 - (StaticArrayView< size, T > view) - - - ArrayView< U > - arrayCast - classCorrade_1_1Containers_1_1ArrayView.html - a8e6435208f2cda38505084a930a3e9ec - (ArrayView< T > view) - - - std::size_t - arraySize - classCorrade_1_1Containers_1_1ArrayView.html - a00abca03029b326133e9e7c908508af4 - (ArrayView< T > view) - - - - Corrade::Containers::ArrayView< const void > - classCorrade_1_1Containers_1_1ArrayView_3_01const_01void_01_4.html - - const void - Type - classCorrade_1_1Containers_1_1ArrayView_3_01const_01void_01_4.html - a866e1baad53839e2c343d7086735737a - - - - constexpr - ArrayView - classCorrade_1_1Containers_1_1ArrayView_3_01const_01void_01_4.html - a0a6b855a35b55a914ceb39bee62bdb39 - (std::nullptr_t) noexcept - - - constexpr - ArrayView - classCorrade_1_1Containers_1_1ArrayView_3_01const_01void_01_4.html - a2dff420240c3c957e066de9d446ab0d4 - () noexcept - - - constexpr - ArrayView - classCorrade_1_1Containers_1_1ArrayView_3_01const_01void_01_4.html - a4b52d12c269029373ae89057494cac6a - (const void *data, std::size_t size) noexcept - - - constexpr - ArrayView - classCorrade_1_1Containers_1_1ArrayView_3_01const_01void_01_4.html - a6d3439e67990086c4602766e98da45fc - (const T *data, std::size_t size) noexcept - - - constexpr - ArrayView - classCorrade_1_1Containers_1_1ArrayView_3_01const_01void_01_4.html - a706d201f881c928c380395efe8828c77 - (T(&data)[size]) noexcept - - - constexpr - ArrayView - classCorrade_1_1Containers_1_1ArrayView_3_01const_01void_01_4.html - a94b3ec643185461eb3df3d5ffe83be61 - (const ArrayView< T > &array) noexcept - - - constexpr - ArrayView - classCorrade_1_1Containers_1_1ArrayView_3_01const_01void_01_4.html - a37da08f38dda6d06dc36196dbbc6f29a - (const StaticArrayView< size, T > &array) noexcept - - - constexpr - operator bool - classCorrade_1_1Containers_1_1ArrayView_3_01const_01void_01_4.html - a2e085c9c6f4fb239bd7ac652267a5ead - () const - - - constexpr - operator const void * - classCorrade_1_1Containers_1_1ArrayView_3_01const_01void_01_4.html - a3b98a3b73d6cee67dd23b4e471957faf - () const - - - constexpr const void * - data - classCorrade_1_1Containers_1_1ArrayView_3_01const_01void_01_4.html - a345c0acd3e36825e4eeff227c8d804e5 - () const - - - constexpr std::size_t - size - classCorrade_1_1Containers_1_1ArrayView_3_01const_01void_01_4.html - aec97e829a34464332bc88ead24c42226 - () const - - - constexpr bool - empty - classCorrade_1_1Containers_1_1ArrayView_3_01const_01void_01_4.html - af8f676cd3a40a843731b71cdba2c5de9 - () const - - - - Corrade::Containers::DefaultInitT - structCorrade_1_1Containers_1_1DefaultInitT.html - - - Corrade::Containers::DirectInitT - structCorrade_1_1Containers_1_1DirectInitT.html - - - Corrade::Containers::EnumSet - classCorrade_1_1Containers_1_1EnumSet.html - T - fullValue - - FullValue - classCorrade_1_1Containers_1_1EnumSet.html - aee87dfd8eec50c26f5f9703feea66abda9e456595199d05472bf7927d329639b8 - - - - T - Type - classCorrade_1_1Containers_1_1EnumSet.html - af79d534425b3439095c579944858bb4c - - - - std::underlying_type< T >::type - UnderlyingType - classCorrade_1_1Containers_1_1EnumSet.html - ae98013f13d62ca0bac69d632905846c6 - - - - FullValue - classCorrade_1_1Containers_1_1EnumSet.html - aee87dfd8eec50c26f5f9703feea66abda9e456595199d05472bf7927d329639b8 - - - - constexpr - EnumSet - classCorrade_1_1Containers_1_1EnumSet.html - ac3820645815d705507170a3e507087b5 - () - - - constexpr - EnumSet - classCorrade_1_1Containers_1_1EnumSet.html - aff6e8c4b80a660f381b31a2ed5106695 - (T value) - - - - EnumSet - classCorrade_1_1Containers_1_1EnumSet.html - adb0d3bd1925b399503dc745e51c245a6 - (NoInitT) - - - constexpr bool - operator== - classCorrade_1_1Containers_1_1EnumSet.html - a46221489ad6521358ffcf7845f9d3462 - (EnumSet< T, fullValue > other) const - - - constexpr bool - operator!= - classCorrade_1_1Containers_1_1EnumSet.html - a7cb7f4bd84490b718800c3ba2f1df17e - (EnumSet< T, fullValue > other) const - - - constexpr bool - operator>= - classCorrade_1_1Containers_1_1EnumSet.html - a3885d6aa88442661407ee1a9ecb86ec3 - (EnumSet< T, fullValue > other) const - - - constexpr bool - operator<= - classCorrade_1_1Containers_1_1EnumSet.html - a42906634012570f68eb709b6c5774053 - (EnumSet< T, fullValue > other) const - - - constexpr EnumSet< T, fullValue > - operator| - classCorrade_1_1Containers_1_1EnumSet.html - ac6c4a74c4c567c7b5b6174c50203113a - (EnumSet< T, fullValue > other) const - - - EnumSet< T, fullValue > & - operator|= - classCorrade_1_1Containers_1_1EnumSet.html - a0570b5800f24317a1b52b27d878b9bfa - (EnumSet< T, fullValue > other) - - - constexpr EnumSet< T, fullValue > - operator& - classCorrade_1_1Containers_1_1EnumSet.html - a61cf465a2d9cb28bcb3a139f6db20f98 - (EnumSet< T, fullValue > other) const - - - EnumSet< T, fullValue > & - operator&= - classCorrade_1_1Containers_1_1EnumSet.html - a882bec7925638c92d8491ce07108f398 - (EnumSet< T, fullValue > other) - - - constexpr EnumSet< T, fullValue > - operator^ - classCorrade_1_1Containers_1_1EnumSet.html - a6cf9b501b4fb1c5c83b900defc7d2ebf - (EnumSet< T, fullValue > other) const - - - EnumSet< T, fullValue > & - operator^= - classCorrade_1_1Containers_1_1EnumSet.html - afc5caf6f9260aedc01b5d532e4143e36 - (EnumSet< T, fullValue > other) - - - constexpr EnumSet< T, fullValue > - operator~ - classCorrade_1_1Containers_1_1EnumSet.html - a37f0da0636b0e7fbca8a4f3ed7c59c9c - () const - - - constexpr - operator bool - classCorrade_1_1Containers_1_1EnumSet.html - a999c11f444c7589b574ea80e9087c1d9 - () const - - - constexpr - operator UnderlyingType - classCorrade_1_1Containers_1_1EnumSet.html - abb5a6545e21fd33af55c6d20a0e3277f - () const - - - Utility::Debug & - enumSetDebugOutput - classCorrade_1_1Containers_1_1EnumSet.html - a12c4ea794fa62c56969b1311e2b5c21b - (Utility::Debug &debug, EnumSet< T, fullValue > value, const char *empty, std::initializer_list< T > enums) - - EnumSet-out-of-class-operators - EnumSet-friend-operators - - - Corrade::Containers::InPlaceInitT - structCorrade_1_1Containers_1_1InPlaceInitT.html - - - Corrade::Containers::LinkedList - classCorrade_1_1Containers_1_1LinkedList.html - T - - constexpr - LinkedList - classCorrade_1_1Containers_1_1LinkedList.html - aef8b2c6fac22b76d6510b030de0bd7ff - () noexcept - - - - LinkedList - classCorrade_1_1Containers_1_1LinkedList.html - ae30e2ad2d45ed813d5b6517da99c2c45 - (const LinkedList< T > &)=delete - - - - LinkedList - classCorrade_1_1Containers_1_1LinkedList.html - a20a700a56461d5b8a6892ca147384609 - (LinkedList< T > &&other) noexcept - - - - ~LinkedList - classCorrade_1_1Containers_1_1LinkedList.html - ab9bdae1a80b28b53f4b70edd139c2741 - () - - - LinkedList< T > & - operator= - classCorrade_1_1Containers_1_1LinkedList.html - a93fe27abbdca0a2bdfffbb0c1c9e52b2 - (const LinkedList< T > &)=delete - - - LinkedList< T > & - operator= - classCorrade_1_1Containers_1_1LinkedList.html - a77a0c2633a85000db72a6acf84cfde45 - (LinkedList< T > &&other) - - - T * - first - classCorrade_1_1Containers_1_1LinkedList.html - a9d49452ca29d53f6313285e8426ec13a - () - - - constexpr const T * - first - classCorrade_1_1Containers_1_1LinkedList.html - a7bd1e169057986db30b9b54da8bae08c - () const - - - T * - last - classCorrade_1_1Containers_1_1LinkedList.html - abdb5e04bfec6bde39d8a20dd8d4d4674 - () - - - constexpr const T * - last - classCorrade_1_1Containers_1_1LinkedList.html - a62c2d194213d6af1702da006769f2f8a - () const - - - constexpr bool - isEmpty - classCorrade_1_1Containers_1_1LinkedList.html - a44ca290841e84a0df958a797eea3f17d - () const - - - void - insert - classCorrade_1_1Containers_1_1LinkedList.html - ab85682283d7ef74f20a2c59a3153f9a1 - (T *item, T *before=nullptr) - - - void - cut - classCorrade_1_1Containers_1_1LinkedList.html - a43d45cf92d3f88f450047b773e5fe157 - (T *item) - - - void - move - classCorrade_1_1Containers_1_1LinkedList.html - a39ec134725e0b19f1d9bdfcd5e807973 - (T *item, T *before) - - - void - erase - classCorrade_1_1Containers_1_1LinkedList.html - a5d42a873dd83fbc0cc0084209536f9be - (T *item) - - - void - clear - classCorrade_1_1Containers_1_1LinkedList.html - a83550122caae33c90d11d45d0b747184 - () - - - - Corrade::Containers::LinkedListItem - classCorrade_1_1Containers_1_1LinkedListItem.html - Derived - List - - - LinkedListItem - classCorrade_1_1Containers_1_1LinkedListItem.html - a61ce16db8160e1d80e881d5761f4752b - () noexcept - - - - LinkedListItem - classCorrade_1_1Containers_1_1LinkedListItem.html - abe1d3f91dd60c7f44e177f6b4c06c016 - (const LinkedListItem< Derived, List > &)=delete - - - - LinkedListItem - classCorrade_1_1Containers_1_1LinkedListItem.html - a5a9b570f0fe78f27598febccdae1ddde - (LinkedListItem< Derived, List > &&other) - - - LinkedListItem & - operator= - classCorrade_1_1Containers_1_1LinkedListItem.html - acd27fdb8bced1051b1a0ea2c8f866f18 - (const LinkedListItem< Derived, List > &)=delete - - - LinkedListItem< Derived, List > & - operator= - classCorrade_1_1Containers_1_1LinkedListItem.html - af9f41d1506c9ef6ef4e4f0bb8f3882ef - (LinkedListItem< Derived, List > &&other) - - - virtual - ~LinkedListItem - classCorrade_1_1Containers_1_1LinkedListItem.html - a0863b9d8b2ea61e35ff0aac3780870cb - ()=0 - - - List * - list - classCorrade_1_1Containers_1_1LinkedListItem.html - ab607f167b90d2b00e42b238240afb36d - () - - - const List * - list - classCorrade_1_1Containers_1_1LinkedListItem.html - aeb0b84fe7899d4229b1f229d095d6ccd - () const - - - Derived * - previous - classCorrade_1_1Containers_1_1LinkedListItem.html - a600d8bd1ebea7689159d9c37e1302fc4 - () - - - const Derived * - previous - classCorrade_1_1Containers_1_1LinkedListItem.html - a3dff4a6d49d907850860f9077f7bd5ce - () const - - - Derived * - next - classCorrade_1_1Containers_1_1LinkedListItem.html - ac878e7e23048b57e2e577f73ff2d4870 - () - - - const Derived * - next - classCorrade_1_1Containers_1_1LinkedListItem.html - a31c7f69f017a70ddcdf6ae8a9bbce24a - () const - - - - Corrade::Containers::NoInitT - structCorrade_1_1Containers_1_1NoInitT.html - - - Corrade::Containers::StaticArray - classCorrade_1_1Containers_1_1StaticArray.html - size_ - - - Size - classCorrade_1_1Containers_1_1StaticArray.html - a66a7fd8773137497eb0746e37658ab4aa793db039a8e75b1828c2a507e5838126 - - - - T - Type - classCorrade_1_1Containers_1_1StaticArray.html - ad9b13acda5c9963c7e36f7d94f225655 - - - - Size - classCorrade_1_1Containers_1_1StaticArray.html - a66a7fd8773137497eb0746e37658ab4aa793db039a8e75b1828c2a507e5838126 - - - - - StaticArray - classCorrade_1_1Containers_1_1StaticArray.html - a08d107eecec22bd96e22d9fb5d8297b2 - (DefaultInitT) - - - - StaticArray - classCorrade_1_1Containers_1_1StaticArray.html - a1157493c2427106a49cc1ca01b1ef3b8 - (ValueInitT) - - - - StaticArray - classCorrade_1_1Containers_1_1StaticArray.html - aae4233fd0137914175919794303ee9a5 - (NoInitT) - - - - StaticArray - classCorrade_1_1Containers_1_1StaticArray.html - adae37e3fc8052374d238e538ec336bc0 - (DirectInitT, Args &&...args) - - - - StaticArray - classCorrade_1_1Containers_1_1StaticArray.html - ad942c7693e64e00abdf37016b2c20533 - (InPlaceInitT, Args &&...args) - - - - StaticArray - classCorrade_1_1Containers_1_1StaticArray.html - ac41f170965520c13b1b1c9d07c919a7a - () - - - - StaticArray - classCorrade_1_1Containers_1_1StaticArray.html - a8ea22f6feba81dafb6ed6b436a617a7d - (Args &&...args) StaticArray(const StaticArray< size_ - - - T & - StaticArray - classCorrade_1_1Containers_1_1StaticArray.html - ac13ce18335a47a6ed25e26ac45e2c0b5 - (StaticArray< size_, T > &&)=delete - - - StaticArray< size_, T > & - operator= - classCorrade_1_1Containers_1_1StaticArray.html - a582c622e6472848f441e482dca40c0ad - (const StaticArray< size_, T > &)=delete - - - StaticArray< size_, T > & - operator= - classCorrade_1_1Containers_1_1StaticArray.html - ab2b8392b6ccec16fe2694f48ae584b40 - (StaticArray< size_, T > &&)=delete - - - - operator ArrayView< U > - classCorrade_1_1Containers_1_1StaticArray.html - afc823e6a5a355414cc8bef2cdb6be583 - () noexcept - - - - operator ArrayView< const U > - classCorrade_1_1Containers_1_1StaticArray.html - a5491de858b12f8f5e5170d6c6c7524b2 - () const noexcept - - - - operator ArrayView< const void > - classCorrade_1_1Containers_1_1StaticArray.html - ad9097dc3b8e766807d15f55e2cac68aa - () const noexcept - - - - operator StaticArrayView< size_, U > - classCorrade_1_1Containers_1_1StaticArray.html - a4f1d81354b1d8b0d57710ed907b50b36 - () noexcept - - - - operator StaticArrayView< size_, const U > - classCorrade_1_1Containers_1_1StaticArray.html - af196863391459b7ebe732afefb7f50d3 - () const noexcept - - - - operator T * - classCorrade_1_1Containers_1_1StaticArray.html - af02c1b9200608ae9e0fe286d4bf356fe - ()& - - - - operator const T * - classCorrade_1_1Containers_1_1StaticArray.html - a9672861f978d238efea9bef3ae9aa8bf - () const & - - - T * - data - classCorrade_1_1Containers_1_1StaticArray.html - ad36bd00f178baa6fcb1dfc8f2b2461fb - () - - - const T * - data - classCorrade_1_1Containers_1_1StaticArray.html - acbab8c8514ed0fced5141bcd37c08ae3 - () const - - - constexpr std::size_t - size - classCorrade_1_1Containers_1_1StaticArray.html - aa4eb922f8f11f0d8feceeec0453a47d5 - () const - - - constexpr bool - empty - classCorrade_1_1Containers_1_1StaticArray.html - a70a1f45ab56ac5b4783d3a873156b070 - () const - - - T * - begin - classCorrade_1_1Containers_1_1StaticArray.html - a1ae548f4a2509c8c1c4a25a02075e52c - () - - - const T * - begin - classCorrade_1_1Containers_1_1StaticArray.html - a5c4d26d24fe9a16c42f3825d2ab56f1e - () const - - - const T * - cbegin - classCorrade_1_1Containers_1_1StaticArray.html - a49f2a6817b5875db75c83dfe8013c82b - () const - - - T * - end - classCorrade_1_1Containers_1_1StaticArray.html - a5c5506da630022bfa4a92daaadf5d5d4 - () - - - const T * - end - classCorrade_1_1Containers_1_1StaticArray.html - a9c2bb413bda466e1f9cce0b9092352f3 - () const - - - const T * - cend - classCorrade_1_1Containers_1_1StaticArray.html - ae2f147ed2711ed0d0b0d8a63da338864 - () const - - - ArrayView< T > - slice - classCorrade_1_1Containers_1_1StaticArray.html - a79930f8ca1d65cbe71976589adc5e367 - (T *begin, T *end) - - - ArrayView< const T > - slice - classCorrade_1_1Containers_1_1StaticArray.html - a9ae7916eb24d16e77096fc28a3ef4903 - (const T *begin, const T *end) const - - - ArrayView< T > - slice - classCorrade_1_1Containers_1_1StaticArray.html - a2f5a20be2e89d05cddc0043e204fd4d2 - (std::size_t begin, std::size_t end) - - - ArrayView< const T > - slice - classCorrade_1_1Containers_1_1StaticArray.html - acaf7ae87687cc8aa63ce7590ebe6f2a5 - (std::size_t begin, std::size_t end) const - - - StaticArrayView< viewSize, T > - slice - classCorrade_1_1Containers_1_1StaticArray.html - aafd695442305eac55f636b1905988d13 - (T *begin) - - - StaticArrayView< viewSize, const T > - slice - classCorrade_1_1Containers_1_1StaticArray.html - a14ab03bbb3c2f267a4ae6995e1036aaa - (const T *begin) const - - - StaticArrayView< viewSize, T > - slice - classCorrade_1_1Containers_1_1StaticArray.html - a3405a0f3f83ec4947ac58e56f2388482 - (std::size_t begin) - - - StaticArrayView< viewSize, const T > - slice - classCorrade_1_1Containers_1_1StaticArray.html - af7094cef42f7e7ba7adb8df7e94f775d - (std::size_t begin) const - - - ArrayView< T > - prefix - classCorrade_1_1Containers_1_1StaticArray.html - a47fc19252e6719d0d53cb80c70523875 - (T *end) - - - ArrayView< const T > - prefix - classCorrade_1_1Containers_1_1StaticArray.html - ae2b72369f92acd5fd8bdca2af364939a - (const T *end) const - - - ArrayView< T > - prefix - classCorrade_1_1Containers_1_1StaticArray.html - ad7042c5d4d41d36f37234419f42bd93e - (std::size_t end) - - - ArrayView< const T > - prefix - classCorrade_1_1Containers_1_1StaticArray.html - afaaa2ea289989304706ea0b16d891da9 - (std::size_t end) const - - - ArrayView< T > - suffix - classCorrade_1_1Containers_1_1StaticArray.html - aac621f1a78ed76071622d73a584d69a3 - (T *begin) - - - ArrayView< const T > - suffix - classCorrade_1_1Containers_1_1StaticArray.html - a47708e8f28ebbdd3ea7260a3fd91e994 - (const T *begin) const - - - ArrayView< T > - suffix - classCorrade_1_1Containers_1_1StaticArray.html - a886b160fc0e823ac4542eb1ad4ca63c6 - (std::size_t begin) - - - ArrayView< const T > - suffix - classCorrade_1_1Containers_1_1StaticArray.html - a027333a40c0da5e055b087eff52afd12 - (std::size_t begin) const - - - constexpr ArrayView< T > - arrayView - classCorrade_1_1Containers_1_1StaticArray.html - aa8111199cdb6cc30c470e3cc9c54a30e - (StaticArray< size, T > &array) - - - constexpr ArrayView< const T > - arrayView - classCorrade_1_1Containers_1_1StaticArray.html - a5b40a450ade4927381bf97a165e3621e - (const StaticArray< size, T > &array) - - - constexpr StaticArrayView< size, T > - staticArrayView - classCorrade_1_1Containers_1_1StaticArray.html - a4f6c86de70a1ab496a1d798648c22f80 - (StaticArray< size, T > &array) - - - constexpr StaticArrayView< size, const T > - staticArrayView - classCorrade_1_1Containers_1_1StaticArray.html - ab15dc352f75f85e562eaa85ae058ac9f - (const StaticArray< size, T > &array) - - - StaticArrayView< size *sizeof(T)/sizeof(U), U > - arrayCast - classCorrade_1_1Containers_1_1StaticArray.html - a5ebf447d7f388e81fe6d34910c80cfbe - (StaticArray< size, T > &array) - - - constexpr std::size_t - arraySize - classCorrade_1_1Containers_1_1StaticArray.html - a0cad6e09b65666040bb2460df883e4a3 - (const StaticArray< size_, T > &) - - - - Corrade::Containers::StaticArrayView - classCorrade_1_1Containers_1_1StaticArrayView.html - size_ - - - Size - classCorrade_1_1Containers_1_1StaticArrayView.html - a81a453242bb81aaf4602bb73b29280d5a50dc475b85658e4e449517955ac6c5ac - - - - T - Type - classCorrade_1_1Containers_1_1StaticArrayView.html - a79d34b8f42168ee332f42fd462dfbbc2 - - - - Size - classCorrade_1_1Containers_1_1StaticArrayView.html - a81a453242bb81aaf4602bb73b29280d5a50dc475b85658e4e449517955ac6c5ac - - - - constexpr - StaticArrayView - classCorrade_1_1Containers_1_1StaticArrayView.html - afa86e55be630568e83e24f1ef212ffa7 - (std::nullptr_t) noexcept - - - constexpr - StaticArrayView - classCorrade_1_1Containers_1_1StaticArrayView.html - aef1b8c9af2177bf7e0272755ae5cd26f - () noexcept - - - constexpr - StaticArrayView - classCorrade_1_1Containers_1_1StaticArrayView.html - a72c71c4efe6a687e1d0f5165b2100466 - (T *data) noexcept - - - constexpr - StaticArrayView - classCorrade_1_1Containers_1_1StaticArrayView.html - a591e233d706fa154872a7eae4d949193 - (U(&data)[size_]) noexcept - - - constexpr - StaticArrayView - classCorrade_1_1Containers_1_1StaticArrayView.html - a2edead72560a51aa054885027f2b56c7 - (StaticArrayView< size_, U > view) noexcept - - - - operator bool - classCorrade_1_1Containers_1_1StaticArrayView.html - a8426ff4e4878190d5e9c20a238600f95 - () const - - - constexpr - operator T * - classCorrade_1_1Containers_1_1StaticArrayView.html - a1bf4246b1100ddf3ec063e8ab50e29c5 - () const - - - constexpr T * - data - classCorrade_1_1Containers_1_1StaticArrayView.html - aeddfe06ecc1a107c49091c7c77cb42b4 - () const - - - constexpr std::size_t - size - classCorrade_1_1Containers_1_1StaticArrayView.html - a4be86f82dcaac36c5f8a204c5d4060ad - () const - - - constexpr bool - empty - classCorrade_1_1Containers_1_1StaticArrayView.html - a10382f3d57ce2c829a159baeea80a448 - () const - - - constexpr T * - begin - classCorrade_1_1Containers_1_1StaticArrayView.html - a258d0692f28d3902420ce177e6ce2e82 - () const - - - constexpr T * - cbegin - classCorrade_1_1Containers_1_1StaticArrayView.html - ad0f049ff52182f96e2bedc9e483cff0c - () const - - - T * - end - classCorrade_1_1Containers_1_1StaticArrayView.html - ae368f97599e45bf9b7d29f46f56af180 - () const - - - T * - cend - classCorrade_1_1Containers_1_1StaticArrayView.html - a6de6684c2b189aea9a11b3a82a002193 - () const - - - ArrayView< T > - slice - classCorrade_1_1Containers_1_1StaticArrayView.html - a6744528a26574f7602dbad9bbe28f858 - (T *begin, T *end) const - - - ArrayView< T > - slice - classCorrade_1_1Containers_1_1StaticArrayView.html - ae19a20c5b57af6b15f4066b143ee6fbe - (std::size_t begin, std::size_t end) const - - - StaticArrayView< viewSize, T > - slice - classCorrade_1_1Containers_1_1StaticArrayView.html - ad6b92915ee74c4d8a5fa3a391ff95a96 - (T *begin) const - - - StaticArrayView< viewSize, T > - slice - classCorrade_1_1Containers_1_1StaticArrayView.html - ae7b350017afcfff13e06c5d812778b91 - (std::size_t begin) const - - - ArrayView< T > - prefix - classCorrade_1_1Containers_1_1StaticArrayView.html - a1b0835029d0063a394f7832ddb920aac - (T *end) const - - - ArrayView< T > - prefix - classCorrade_1_1Containers_1_1StaticArrayView.html - a6cadf010bfd2ff4341ac5522052827ce - (std::size_t end) const - - - ArrayView< T > - suffix - classCorrade_1_1Containers_1_1StaticArrayView.html - a36e3f9d44c1398d126ef83aeb5aefd5f - (T *begin) const - - - ArrayView< T > - suffix - classCorrade_1_1Containers_1_1StaticArrayView.html - a50ebc3f3897a280a28ed2e239288c09f - (std::size_t begin) const - - - constexpr StaticArrayView< size, T > - staticArrayView - classCorrade_1_1Containers_1_1StaticArrayView.html - a58d7bb8d46f44949b57b226485db4a9b - (T *data) - - - constexpr StaticArrayView< size, T > - staticArrayView - classCorrade_1_1Containers_1_1StaticArrayView.html - a3cf428b256a5ed8941145e4d15ae8b45 - (T(&data)[size]) - - - StaticArrayView< size *sizeof(T)/sizeof(U), U > - arrayCast - classCorrade_1_1Containers_1_1StaticArrayView.html - aee41b58bdb45963c476ce7554dda2290 - (StaticArrayView< size, T > view) - - - StaticArrayView< size *sizeof(T)/sizeof(U), U > - arrayCast - classCorrade_1_1Containers_1_1StaticArrayView.html - aee9c43d476128f05403e638ce539c90d - (T(&data)[size]) - - - - Corrade::Containers::ValueInitT - structCorrade_1_1Containers_1_1ValueInitT.html - - - Corrade::Filesystem::AbstractFilesystem - classCorrade_1_1Filesystem_1_1AbstractFilesystem.html - Corrade::PluginManager::AbstractPlugin - - - Corrade::Interconnect::Connection - classCorrade_1_1Interconnect_1_1Connection.html - - - Connection - classCorrade_1_1Interconnect_1_1Connection.html - a908fe313b0f50d7bf05e5444401ba9b6 - (const Connection &)=delete - - - - Connection - classCorrade_1_1Interconnect_1_1Connection.html - afb2bf12cfd5fb26620804385d968e0be - (Connection &&other) noexcept - - - Connection & - operator= - classCorrade_1_1Interconnect_1_1Connection.html - a86b6f3654f768080d7963946ca3d92ec - (const Connection &)=delete - - - Connection & - operator= - classCorrade_1_1Interconnect_1_1Connection.html - a69d16e723cddffc382491b8b485f0b24 - (Connection &&other) noexcept - - - - ~Connection - classCorrade_1_1Interconnect_1_1Connection.html - aa27cc7bc4e2951f4b303c1a788c8b432 - () - - - bool - isConnectionPossible - classCorrade_1_1Interconnect_1_1Connection.html - a1cd23e0584fe131a6f6bc295eb4532d8 - () const - - - bool - isConnected - classCorrade_1_1Interconnect_1_1Connection.html - a945e791b882c1092a2da42643a1c8e03 - () const - - - bool - connect - classCorrade_1_1Interconnect_1_1Connection.html - a2da3a80eb849dfd30148aa643efc6b70 - () - - - void - disconnect - classCorrade_1_1Interconnect_1_1Connection.html - aaf5525583e6564580dcec30122470f13 - () - - - - Corrade::Interconnect::Emitter - classCorrade_1_1Interconnect_1_1Emitter.html - Corrade::Interconnect::Emitter::Signal - - - Emitter - classCorrade_1_1Interconnect_1_1Emitter.html - acb307bb054059a1b4faff4ced7df8b14 - (const Emitter &)=delete - - - - Emitter - classCorrade_1_1Interconnect_1_1Emitter.html - a65e30e6dc9875908864c42fbebe31ecc - (Emitter &&)=delete - - - Emitter & - operator= - classCorrade_1_1Interconnect_1_1Emitter.html - a5da79d646791d792941ad516b0fd3205 - (const Emitter &)=delete - - - Emitter & - operator= - classCorrade_1_1Interconnect_1_1Emitter.html - a722e415daa51bdba50cf73a8e00838fb - (Emitter &&)=delete - - - bool - hasSignalConnections - classCorrade_1_1Interconnect_1_1Emitter.html - a372cbddd6bb7cbe8b593c7f4955f2caf - () const - - - bool - hasSignalConnections - classCorrade_1_1Interconnect_1_1Emitter.html - aa003c590e47cdc58f9b49587c195b95f - (Signal(Emitter::*signal)(Args...)) const - - - std::size_t - signalConnectionCount - classCorrade_1_1Interconnect_1_1Emitter.html - af05b3494cac10d0fc846ec484337c47e - () const - - - std::size_t - signalConnectionCount - classCorrade_1_1Interconnect_1_1Emitter.html - ad144bb3d36a1199c8f9ee8263497695c - (Signal(Emitter::*signal)(Args...)) const - - - void - disconnectSignal - classCorrade_1_1Interconnect_1_1Emitter.html - a5139e1e243d19690de8412be122ce37a - (Signal(Emitter::*signal)(Args...)) - - - void - disconnectAllSignals - classCorrade_1_1Interconnect_1_1Emitter.html - afff8419f54c355125c47f631373b9b4e - () - - - Signal - emit - classCorrade_1_1Interconnect_1_1Emitter.html - a9b6202322d7683b9f7655157b45528ff - (Signal(Emitter::*signal)(Args...), typename std::common_type< Args >::type...args) - - - friend Connection - connect - classCorrade_1_1Interconnect_1_1Emitter.html - a07fd3fa65312056cf5d4d6eeec9af7ed - (EmitterObject &, Signal(Emitter::*)(Args...), ReceiverObject &, void(Receiver::*)(Args...)) - - - friend Connection - connect - classCorrade_1_1Interconnect_1_1Emitter.html - a51ccdf5d8394169814736c891c740508 - (EmitterObject &, Signal(Emitter::*)(Args...), void(*)(Args...)) - - Interconnect-Emitter-signals - Interconnect-Emitter-connections - - - Corrade::Interconnect::Emitter::Signal - classCorrade_1_1Interconnect_1_1Emitter_1_1Signal.html - - - Corrade::Interconnect::Receiver - classCorrade_1_1Interconnect_1_1Receiver.html - - - Receiver - classCorrade_1_1Interconnect_1_1Receiver.html - a57b82b81813abb257b3c31dc7dd461f3 - (const Receiver &)=delete - - - - Receiver - classCorrade_1_1Interconnect_1_1Receiver.html - adbe214ae7135e06e2dfdcffa5a5702e4 - (Receiver &&)=delete - - - Receiver & - operator= - classCorrade_1_1Interconnect_1_1Receiver.html - aa0a89c026f6d28aa81158697cf949fb0 - (const Receiver &)=delete - - - Receiver & - operator= - classCorrade_1_1Interconnect_1_1Receiver.html - a4d8747f9488cf8d87e31f4e4b64c436e - (Receiver &&)=delete - - - bool - hasSlotConnections - classCorrade_1_1Interconnect_1_1Receiver.html - ad456682f8f89648dd263f91c758a40f8 - () const - - - std::size_t - slotConnectionCount - classCorrade_1_1Interconnect_1_1Receiver.html - a8253840b00b7e3ee1d8568906b347683 - () const - - - void - disconnectAllSlots - classCorrade_1_1Interconnect_1_1Receiver.html - aa16eeb8b069f5008586b8f68ccc6dd7f - () - - - - Corrade::Interconnect::StateMachine - classCorrade_1_1Interconnect_1_1StateMachine.html - states - inputs - - - Corrade::Interconnect::Emitter - - StateCount - classCorrade_1_1Interconnect_1_1StateMachine.html - a27f485964e3e6a67b0c44cd246908b00ad07f6229f97a406202285d31f475db70 - - - - InputCount - classCorrade_1_1Interconnect_1_1StateMachine.html - a27f485964e3e6a67b0c44cd246908b00a269ea6d765c72e02fd88ac70c3067847 - - - - StateCount - classCorrade_1_1Interconnect_1_1StateMachine.html - a27f485964e3e6a67b0c44cd246908b00ad07f6229f97a406202285d31f475db70 - - - - InputCount - classCorrade_1_1Interconnect_1_1StateMachine.html - a27f485964e3e6a67b0c44cd246908b00a269ea6d765c72e02fd88ac70c3067847 - - - - - StateMachine - classCorrade_1_1Interconnect_1_1StateMachine.html - a1632034558adf149fe2cdee82d44af65 - () - - - State - current - classCorrade_1_1Interconnect_1_1StateMachine.html - ae8b3a8090f9b34f4777dd3a85a11298a - () const - - - void - addTransitions - classCorrade_1_1Interconnect_1_1StateMachine.html - ab331b1128a353a33a58420f68392d417 - (std::initializer_list< StateTransition< State, Input >> transitions) - - - StateMachine< states, inputs, State, Input > & - step - classCorrade_1_1Interconnect_1_1StateMachine.html - a659a4bc7dc0220dafe101cc9314543b8 - (Input input) - - - Signal - stepped - classCorrade_1_1Interconnect_1_1StateMachine.html - aad2ec34f5cfc02298bf7591fdb2cf2e6 - () - - - Signal - entered - classCorrade_1_1Interconnect_1_1StateMachine.html - a2d038d607bcaddc5777c08c655244b51 - (State previous) - - - Signal - exited - classCorrade_1_1Interconnect_1_1StateMachine.html - a8439d25865bb82eeb0ff38ae8c27c82e - (State next) - - - - Corrade::Interconnect::StateTransition - classCorrade_1_1Interconnect_1_1StateTransition.html - - - - constexpr - StateTransition - classCorrade_1_1Interconnect_1_1StateTransition.html - a2e1b5ba516ad502534fd93dcc716fefe - (State from, Input input, State to) - - - - Corrade::PluginManager::AbstractManager - classCorrade_1_1PluginManager_1_1AbstractManager.html - - - AbstractManager - classCorrade_1_1PluginManager_1_1AbstractManager.html - a15c48240332b27b1066308f2e08e2857 - (const AbstractManager &)=delete - - - - AbstractManager - classCorrade_1_1PluginManager_1_1AbstractManager.html - ac897a1c0583f0f251b69c47ced65a960 - (AbstractManager &&)=delete - - - AbstractManager & - operator= - classCorrade_1_1PluginManager_1_1AbstractManager.html - ad1e9417feb5fd524d9f59daaf3c6e1cf - (const AbstractManager &)=delete - - - AbstractManager & - operator= - classCorrade_1_1PluginManager_1_1AbstractManager.html - a498d594eb9f1e99325a1ac2c3c372859 - (AbstractManager &&)=delete - - - std::string - pluginInterface - classCorrade_1_1PluginManager_1_1AbstractManager.html - a4698b04061854b4c0e8a29958206cc4a - () const - - - std::string - pluginDirectory - classCorrade_1_1PluginManager_1_1AbstractManager.html - a92f048279d7ac78006eb8c27f537230c - () const - - - void - setPluginDirectory - classCorrade_1_1PluginManager_1_1AbstractManager.html - a35435cec6070fc9384c7baea2f79723e - (std::string directory) - - - void - reloadPluginDirectory - classCorrade_1_1PluginManager_1_1AbstractManager.html - afbcdc551e12ded49ee9f709d1f55ddeb - () - - - std::vector< std::string > - pluginList - classCorrade_1_1PluginManager_1_1AbstractManager.html - a52bd2c0a000f6695cbd586cc54355fee - () const - - - const PluginMetadata * - metadata - classCorrade_1_1PluginManager_1_1AbstractManager.html - a2b398c5fd801067fac46ca7488c00390 - (const std::string &plugin) const - - - LoadState - loadState - classCorrade_1_1PluginManager_1_1AbstractManager.html - afdd621884dc8fa4fa0da7e9428cb3383 - (const std::string &plugin) const - - - LoadState - load - classCorrade_1_1PluginManager_1_1AbstractManager.html - ae9b3cb96444fb9b5eadccf2b368e071b - (const std::string &plugin) - - - LoadState - unload - classCorrade_1_1PluginManager_1_1AbstractManager.html - aad58623cdf43ba4bf439d683bdc0fed3 - (const std::string &plugin) - - - static const int - Version - classCorrade_1_1PluginManager_1_1AbstractManager.html - a4d34e4baaa7d38999531ea49ad85cf26 - - - - - ~AbstractManager - classCorrade_1_1PluginManager_1_1AbstractManager.html - a8ff98135f8b6356a26732fe0c9c34f10 - () - - - - Corrade::PluginManager::AbstractManagingPlugin - classCorrade_1_1PluginManager_1_1AbstractManagingPlugin.html - - Corrade::PluginManager::AbstractPlugin - - - AbstractManagingPlugin - classCorrade_1_1PluginManager_1_1AbstractManagingPlugin.html - a7126dbd19b67dacdeb12c61f0543ef67 - ()=default - - - - AbstractManagingPlugin - classCorrade_1_1PluginManager_1_1AbstractManagingPlugin.html - a4e2b38042c06d11a3ae4b6c5e7ac8a30 - (Manager< Interface > &manager) - - - - AbstractManagingPlugin - classCorrade_1_1PluginManager_1_1AbstractManagingPlugin.html - ab2ff51df35c509180151d970f8ea08f5 - (AbstractManager &manager, const std::string &plugin) - - - Manager< Interface > * - manager - classCorrade_1_1PluginManager_1_1AbstractManagingPlugin.html - afeabe42c12f4e6cdc074d4b83a81d91a - () - - - const Manager< Interface > * - manager - classCorrade_1_1PluginManager_1_1AbstractManagingPlugin.html - af6a4ac36467b4942fd093a4f37525adc - () const - - - - Corrade::PluginManager::AbstractPlugin - classCorrade_1_1PluginManager_1_1AbstractPlugin.html - - - AbstractPlugin - classCorrade_1_1PluginManager_1_1AbstractPlugin.html - a18b88d542a28a5721a708e489a1a6750 - () - - - - AbstractPlugin - classCorrade_1_1PluginManager_1_1AbstractPlugin.html - aaf2fbb0914f222052d0705ef5771d530 - (AbstractManager &manager, const std::string &plugin) - - - - AbstractPlugin - classCorrade_1_1PluginManager_1_1AbstractPlugin.html - af5a43e817f57f6a2c47cdb38855bce5c - (const AbstractPlugin &)=delete - - - - AbstractPlugin - classCorrade_1_1PluginManager_1_1AbstractPlugin.html - af04b37ff831cf928ffc54244cd8a95f9 - (AbstractPlugin &&)=delete - - - virtual - ~AbstractPlugin - classCorrade_1_1PluginManager_1_1AbstractPlugin.html - aabb3f885f8cb64f3d2dd0b1886d7816a - ()=0 - - - AbstractPlugin & - operator= - classCorrade_1_1PluginManager_1_1AbstractPlugin.html - aa542b4972a06b2cc0a16f5c259687475 - (const AbstractPlugin &)=delete - - - AbstractPlugin & - operator= - classCorrade_1_1PluginManager_1_1AbstractPlugin.html - a79f411129d16aeb85cec7b2a757fbdb6 - (AbstractPlugin &&)=delete - - - virtual bool - canBeDeleted - classCorrade_1_1PluginManager_1_1AbstractPlugin.html - a2acd3abb80cf4bb96582cca5c6670738 - () - - - const std::string & - plugin - classCorrade_1_1PluginManager_1_1AbstractPlugin.html - a40e78815a489268ace1271a13052c5f9 - () const - - - const PluginMetadata * - metadata - classCorrade_1_1PluginManager_1_1AbstractPlugin.html - a12273c7c387ef6db25d34bd70b9536db - () const - - - static void - initialize - classCorrade_1_1PluginManager_1_1AbstractPlugin.html - abc4332a41668303e35c99f665983e356 - () - - - static void - finalize - classCorrade_1_1PluginManager_1_1AbstractPlugin.html - a161dadb17ef0e4d0f5169b8fddb81d52 - () - - - - Corrade::PluginManager::Manager - classCorrade_1_1PluginManager_1_1Manager.html - - Corrade::PluginManager::AbstractManager - - - Manager - classCorrade_1_1PluginManager_1_1Manager.html - a5fa8dd9cecbe01640da7311fcebc0e4c - (std::string pluginDirectory={}) - - - std::unique_ptr< T > - instance - classCorrade_1_1PluginManager_1_1Manager.html - ad5bd99c59c93571ce37612eea1648460 - (const std::string &plugin) - - - std::unique_ptr< T > - loadAndInstantiate - classCorrade_1_1PluginManager_1_1Manager.html - a1b831c65abd0581f9d336bd3ad820058 - (const std::string &plugin) - - - - Corrade::PluginManager::PluginMetadata - classCorrade_1_1PluginManager_1_1PluginMetadata.html - - std::string - name - classCorrade_1_1PluginManager_1_1PluginMetadata.html - a348f82d7049db4655bd46f0aa1d547ad - () const - - - const std::vector< std::string > & - depends - classCorrade_1_1PluginManager_1_1PluginMetadata.html - a16e6d759ec821a328dab1b2624bc6948 - () const - - - std::vector< std::string > - usedBy - classCorrade_1_1PluginManager_1_1PluginMetadata.html - a2a645cd5165b2e79d684fb8ac7aee633 - () const - - - const std::vector< std::string > & - provides - classCorrade_1_1PluginManager_1_1PluginMetadata.html - a2a059aa3034e035015b5bcad2cfc6963 - () const - - - const Utility::ConfigurationGroup & - data - classCorrade_1_1PluginManager_1_1PluginMetadata.html - ae998a6ccb557313441f65b7b07dade01 - () const - - - - Corrade::TestSuite::Comparator - classCorrade_1_1TestSuite_1_1Comparator.html - T - - bool - operator() - classCorrade_1_1TestSuite_1_1Comparator.html - a8d072896c5b922d59acbba7e5db65613 - (const T &actual, const T &expected) - - - void - printErrorMessage - classCorrade_1_1TestSuite_1_1Comparator.html - a36ee68f3f8ae16b173f92e968d2c4a5d - (Utility::Error &e, const std::string &actual, const std::string &expected) const - - TestSuite-Comparator-pseudo-types - TestSuite-Comparator-parameters - - - Corrade::TestSuite::Comparator< double > - classCorrade_1_1TestSuite_1_1Comparator_3_01double_01_4.html - - - Corrade::TestSuite::Comparator< float > - classCorrade_1_1TestSuite_1_1Comparator_3_01float_01_4.html - - - Corrade::TestSuite::Compare::Around - classCorrade_1_1TestSuite_1_1Compare_1_1Around.html - - - - Around - classCorrade_1_1TestSuite_1_1Compare_1_1Around.html - a32bc31da967fea727ba4ef4904ee4cf4 - (T epsilon) - - - - Corrade::TestSuite::Compare::Container - classCorrade_1_1TestSuite_1_1Compare_1_1Container.html - - - - Corrade::TestSuite::Compare::File - classCorrade_1_1TestSuite_1_1Compare_1_1File.html - - - File - classCorrade_1_1TestSuite_1_1Compare_1_1File.html - ab8b861a7787d2e74693a515a14197388 - (const std::string &pathPrefix={}) - - - - Corrade::TestSuite::Compare::FileToString - classCorrade_1_1TestSuite_1_1Compare_1_1FileToString.html - - - Corrade::TestSuite::Compare::Greater - classCorrade_1_1TestSuite_1_1Compare_1_1Greater.html - - - - Corrade::TestSuite::Compare::GreaterOrEqual - classCorrade_1_1TestSuite_1_1Compare_1_1GreaterOrEqual.html - - - - Corrade::TestSuite::Compare::Less - classCorrade_1_1TestSuite_1_1Compare_1_1Less.html - - - - Corrade::TestSuite::Compare::LessOrEqual - classCorrade_1_1TestSuite_1_1Compare_1_1LessOrEqual.html - - - - Corrade::TestSuite::Compare::SortedContainer - classCorrade_1_1TestSuite_1_1Compare_1_1SortedContainer.html - - Container< T > - - - Corrade::TestSuite::Compare::StringToFile - classCorrade_1_1TestSuite_1_1Compare_1_1StringToFile.html - - - Corrade::TestSuite::Tester - classCorrade_1_1TestSuite_1_1Tester.html - Corrade::TestSuite::Tester::TesterConfiguration - - - BenchmarkType - classCorrade_1_1TestSuite_1_1Tester.html - aded4a627bc1573996e981425775f637d - - Default - WallTime - WallClock - CpuTime - CpuCycles - - - - BenchmarkUnits - classCorrade_1_1TestSuite_1_1Tester.html - a37efcdd6ea7a7ec4a8e4b304218308b4 - - Nanoseconds - Time - Cycles - Instructions - Bytes - Memory - Count - - - Corrade::Utility::Debug - Debug - classCorrade_1_1TestSuite_1_1Tester.html - a8ef15c8aec41c39215745963a3679199 - - - - Corrade::Utility::Warning - Warning - classCorrade_1_1TestSuite_1_1Tester.html - a48afcce4f459f33e54da2c3c45f6e54b - - - - Corrade::Utility::Error - Error - classCorrade_1_1TestSuite_1_1Tester.html - a303019d6658462f4b8b365fde8d8c319 - - - - std::pair< int &, char ** > - arguments - classCorrade_1_1TestSuite_1_1Tester.html - ad254f71ecc24a166536a99094d504090 - () - - - - Tester - classCorrade_1_1TestSuite_1_1Tester.html - a5e289b813e0071a0ef0bfe2b76f8013c - (TesterConfiguration configuration=TesterConfiguration{}) - - - void - addTests - classCorrade_1_1TestSuite_1_1Tester.html - aad65989bea7cf70d5579dd65ffa1ce9a - (std::initializer_list< void(Derived::*)()> tests) - - - void - addRepeatedTests - classCorrade_1_1TestSuite_1_1Tester.html - a06c40ddf62db02c1575d019b630d7f08 - (std::initializer_list< void(Derived::*)()> tests, std::size_t repeatCount) - - - void - addTests - classCorrade_1_1TestSuite_1_1Tester.html - a705b618d2aa631f2695d6c2adaf156ef - (std::initializer_list< void(Derived::*)()> tests, void(Derived::*setup)(), void(Derived::*teardown)()) - - - void - addRepeatedTests - classCorrade_1_1TestSuite_1_1Tester.html - aaa26e0cc2a3431ad8e5ee139079302c1 - (std::initializer_list< void(Derived::*)()> tests, std::size_t repeatCount, void(Derived::*setup)(), void(Derived::*teardown)()) - - - void - addInstancedTests - classCorrade_1_1TestSuite_1_1Tester.html - af63e77990b01434052ac1c55fd3bf05a - (std::initializer_list< void(Derived::*)()> tests, std::size_t instanceCount) - - - void - addRepeatedInstancedTests - classCorrade_1_1TestSuite_1_1Tester.html - ac0fb10f0917037ac8dba8ca2e7d75ab6 - (std::initializer_list< void(Derived::*)()> tests, std::size_t repeatCount, std::size_t instanceCount) - - - void - addInstancedTests - classCorrade_1_1TestSuite_1_1Tester.html - aa8e029e34201b65e661fa677d1f3234e - (std::initializer_list< void(Derived::*)()> tests, std::size_t instanceCount, void(Derived::*setup)(), void(Derived::*teardown)()) - - - void - addRepeatedInstancedTests - classCorrade_1_1TestSuite_1_1Tester.html - ab56fc0bbd9681c4dddf158c04cc8f836 - (std::initializer_list< void(Derived::*)()> tests, std::size_t repeatCount, std::size_t instanceCount, void(Derived::*setup)(), void(Derived::*teardown)()) - - - void - addBenchmarks - classCorrade_1_1TestSuite_1_1Tester.html - a424aeb9a3c2180464c155d982ae08389 - (std::initializer_list< void(Derived::*)()> benchmarks, std::size_t batchCount, BenchmarkType benchmarkType=BenchmarkType::Default) - - - void - addBenchmarks - classCorrade_1_1TestSuite_1_1Tester.html - abd05bfd3a84e9bb0a280451df8e550e1 - (std::initializer_list< void(Derived::*)()> benchmarks, std::size_t batchCount, void(Derived::*setup)(), void(Derived::*teardown)(), BenchmarkType benchmarkType=BenchmarkType::Default) - - - void - addCustomBenchmarks - classCorrade_1_1TestSuite_1_1Tester.html - abc2586121a787554a70113a654a5b5c3 - (std::initializer_list< void(Derived::*)()> benchmarks, std::size_t batchCount, void(Derived::*benchmarkBegin)(), std::uint64_t(Derived::*benchmarkEnd)(), BenchmarkUnits benchmarkUnits) - - - void - addCustomBenchmarks - classCorrade_1_1TestSuite_1_1Tester.html - a41a55bef9a39c9672ccfa434ad0f101b - (std::initializer_list< void(Derived::*)()> benchmarks, std::size_t batchCount, void(Derived::*setup)(), void(Derived::*teardown)(), void(Derived::*benchmarkBegin)(), std::uint64_t(Derived::*benchmarkEnd)(), BenchmarkUnits benchmarkUnits) - - - void - addInstancedBenchmarks - classCorrade_1_1TestSuite_1_1Tester.html - a65cbff7b6714412f59ec842678850d5a - (std::initializer_list< void(Derived::*)()> benchmarks, std::size_t batchCount, std::size_t instanceCount, BenchmarkType benchmarkType=BenchmarkType::Default) - - - void - addInstancedBenchmarks - classCorrade_1_1TestSuite_1_1Tester.html - a5e420c73f8909475bcc4b036a04bb57e - (std::initializer_list< void(Derived::*)()> benchmarks, std::size_t batchCount, std::size_t instanceCount, void(Derived::*setup)(), void(Derived::*teardown)(), BenchmarkType benchmarkType=BenchmarkType::Default) - - - void - addCustomInstancedBenchmarks - classCorrade_1_1TestSuite_1_1Tester.html - ad97e1564731958ec41099b7728cac53e - (std::initializer_list< void(Derived::*)()> benchmarks, std::size_t batchCount, std::size_t instanceCount, void(Derived::*benchmarkBegin)(), std::uint64_t(Derived::*benchmarkEnd)(), BenchmarkUnits benchmarkUnits) - - - void - addCustomInstancedBenchmarks - classCorrade_1_1TestSuite_1_1Tester.html - a75eeb5cd700bb72eccd27d7159656236 - (std::initializer_list< void(Derived::*)()> benchmarks, std::size_t batchCount, std::size_t instanceCount, void(Derived::*setup)(), void(Derived::*teardown)(), void(Derived::*benchmarkBegin)(), std::uint64_t(Derived::*benchmarkEnd)(), BenchmarkUnits benchmarkUnits) - - - std::size_t - testCaseId - classCorrade_1_1TestSuite_1_1Tester.html - ad31efe7dcc58d8b598f3a00d4bffe90b - () const - - - std::size_t - testCaseInstanceId - classCorrade_1_1TestSuite_1_1Tester.html - aec893b37ef3cb922520cf18fe44d9588 - () const - - - std::size_t - testCaseRepeatId - classCorrade_1_1TestSuite_1_1Tester.html - ae25a961212c79ee5652183b199357ea7 - () const - - - void - setTestCaseName - classCorrade_1_1TestSuite_1_1Tester.html - a2137bdada941b228a60c3905f208c5ee - (const std::string &name) - - - void - setTestCaseName - classCorrade_1_1TestSuite_1_1Tester.html - a76705bdce162388219938a6eea066671 - (std::string &&name) - - - void - setTestCaseDescription - classCorrade_1_1TestSuite_1_1Tester.html - a063f0a096ef06bdd093fb701ade5a794 - (const std::string &description) - - - void - setTestCaseDescription - classCorrade_1_1TestSuite_1_1Tester.html - adb4bbf7a4d372490ae939ef32deade9d - (std::string &&description) - - - void - setBenchmarkName - classCorrade_1_1TestSuite_1_1Tester.html - ad5f846fd0c8a95aaf04179e69a0ddb32 - (const std::string &name) - - - void - setBenchmarkName - classCorrade_1_1TestSuite_1_1Tester.html - a7f207ea485776874764b8f32f552d664 - (std::string &&name) - - TestSuite-Tester-command-line - - - Corrade::TestSuite::Tester::TesterConfiguration - classCorrade_1_1TestSuite_1_1Tester_1_1TesterConfiguration.html - - const std::vector< std::string > & - skippedArgumentPrefixes - classCorrade_1_1TestSuite_1_1Tester_1_1TesterConfiguration.html - a0e7361302834c7c0e53ca2f5443bb86a - () const - - - TesterConfiguration & - setSkippedArgumentPrefixes - classCorrade_1_1TestSuite_1_1Tester_1_1TesterConfiguration.html - a0a842a14181eb750bb9802c8a233455e - (std::initializer_list< std::string > prefixes) - - - - Corrade::Utility::AbstractHash - classCorrade_1_1Utility_1_1AbstractHash.html - digestSize - - DigestSize - classCorrade_1_1Utility_1_1AbstractHash.html - a162fa31a26bf6c06ed8d23c417e2020ca1845bcbe98f41a624c92ed7e797a14f6 - - - - HashDigest< digestSize > - Digest - classCorrade_1_1Utility_1_1AbstractHash.html - a44db12441a55b94fdead99c880fd0a4e - - - - DigestSize - classCorrade_1_1Utility_1_1AbstractHash.html - a162fa31a26bf6c06ed8d23c417e2020ca1845bcbe98f41a624c92ed7e797a14f6 - - - - - Corrade::Utility::AndroidLogStreamBuffer - classCorrade_1_1Utility_1_1AndroidLogStreamBuffer.html - - - LogPriority - classCorrade_1_1Utility_1_1AndroidLogStreamBuffer.html - a18ae87be1aa3d05f590a8ea2f26d538b - - Verbose - Debug - Info - Warning - Error - Fatal - - - - AndroidLogStreamBuffer - classCorrade_1_1Utility_1_1AndroidLogStreamBuffer.html - ab631a4d21e449fa7fc4ba337f6663b97 - (LogPriority priority, std::string tag) - - - int - sync - classCorrade_1_1Utility_1_1AndroidLogStreamBuffer.html - ad18648077ccbb78dc0fc5c46b2166e7e - () override - - - - Corrade::Utility::Arguments - classCorrade_1_1Utility_1_1Arguments.html - - - Arguments - classCorrade_1_1Utility_1_1Arguments.html - a178ecfb6bbb9d3ca77aaffca138abed3 - () - - - - Arguments - classCorrade_1_1Utility_1_1Arguments.html - adb7b197af6f46b29cdaab59032f6a78d - (const std::string &prefix) - - - Arguments & - addArgument - classCorrade_1_1Utility_1_1Arguments.html - af1aa8eb7d9af745fcaa9042b8c915d96 - (std::string key) - - - Arguments & - addNamedArgument - classCorrade_1_1Utility_1_1Arguments.html - aa06be9626ed02314671e918867eed2b5 - (char shortKey, std::string key) - - - Arguments & - addNamedArgument - classCorrade_1_1Utility_1_1Arguments.html - a2bf98b4f9617759235e19e5486cc8b0d - (std::string key) - - - Arguments & - addOption - classCorrade_1_1Utility_1_1Arguments.html - a5ef44d52ebeaa2eea906088ffe6e1537 - (char shortKey, std::string key, std::string defaultValue=std::string()) - - - Arguments & - addOption - classCorrade_1_1Utility_1_1Arguments.html - abbe0aa87021d58e15fc2bf2fb34e065b - (std::string key, std::string defaultValue=std::string()) - - - Arguments & - addBooleanOption - classCorrade_1_1Utility_1_1Arguments.html - a88e288320ad981adbd3410b3b5f7b355 - (char shortKey, std::string key) - - - Arguments & - addBooleanOption - classCorrade_1_1Utility_1_1Arguments.html - aa78f024b302dd98f0133113f64029f96 - (std::string key) - - - Arguments & - addSkippedPrefix - classCorrade_1_1Utility_1_1Arguments.html - a2b05c808d57135c37d6229fc250af38c - (std::string prefix, std::string help={}) - - - Arguments & - setFromEnvironment - classCorrade_1_1Utility_1_1Arguments.html - a0bbc9455c3615ba42f6c1d4cb52f80d5 - (const std::string &key, std::string environmentVariable) - - - Arguments & - setFromEnvironment - classCorrade_1_1Utility_1_1Arguments.html - a2da1065d616c7d5f6a32c8eb576c6f79 - (const std::string &key) - - - Arguments & - setCommand - classCorrade_1_1Utility_1_1Arguments.html - a5d53692ba045cf61283d8c882dbb78c3 - (std::string name) - - - Arguments & - setHelp - classCorrade_1_1Utility_1_1Arguments.html - ae2e7b65d81f67bf99efb7bc9b530417b - (std::string help) - - - Arguments & - setHelp - classCorrade_1_1Utility_1_1Arguments.html - a84a3e0606d26057ae6a71e5b645572b9 - (const std::string &key, std::string help, std::string helpKey={}) - - - Arguments & - setHelpKey - classCorrade_1_1Utility_1_1Arguments.html - abc9601633cf8db88800fa164f63957de - (const std::string &key, std::string helpKey) - - - void - parse - classCorrade_1_1Utility_1_1Arguments.html - adb04863348b937593426df10f43d99d8 - (int argc, const char **argv) - - - void - parse - classCorrade_1_1Utility_1_1Arguments.html - a908e3c2f42fa3b659e15ff3f8e5ddd9d - (int argc, char **argv) - - - void - parse - classCorrade_1_1Utility_1_1Arguments.html - a6f1911c2bc595f66f17f9f5675ca1db4 - (int argc, std::nullptr_t argv) - - - bool - tryParse - classCorrade_1_1Utility_1_1Arguments.html - a5c11b3c6850c8c90602d9ffad0478f24 - (int argc, const char **argv) - - - bool - tryParse - classCorrade_1_1Utility_1_1Arguments.html - a067f02f2a75c2f71b6e05c35345a073f - (int argc, char **argv) - - - bool - tryParse - classCorrade_1_1Utility_1_1Arguments.html - a0c2bc66a2ca1a24d905019c48a644dd9 - (int argc, std::nullptr_t argv) - - - std::string - usage - classCorrade_1_1Utility_1_1Arguments.html - a17f7c569dbdf0e741d9c0785aed07633 - () const - - - std::string - help - classCorrade_1_1Utility_1_1Arguments.html - aaf01a1e96f793c92da2307dae4aa1f1d - () const - - - T - value - classCorrade_1_1Utility_1_1Arguments.html - ad3fa822ba398376739cfc98a80df89dd - (const std::string &key, ConfigurationValueFlags flags={}) const - - - bool - isSet - classCorrade_1_1Utility_1_1Arguments.html - aa328bb8df10c76dbbee9ec97cdf1287b - (const std::string &key) const - - - static std::vector< std::string > - environment - classCorrade_1_1Utility_1_1Arguments.html - a2310c3fb9f928461b621babd7a2c7e29 - () - - - - Corrade::Utility::Configuration - classCorrade_1_1Utility_1_1Configuration.html - Corrade::Utility::ConfigurationGroup - - - Flag - classCorrade_1_1Utility_1_1Configuration.html - a5d368fa6993f223b4c3fa25332921e86 - - PreserveBom - ForceUnixEol - ForceWindowsEol - Truncate - SkipComments - ReadOnly - - - Containers::EnumSet< Flag > - Flags - classCorrade_1_1Utility_1_1Configuration.html - a0b3f492e864ee97228d5170d38a31933 - - - - - Configuration - classCorrade_1_1Utility_1_1Configuration.html - abe8c1af9685dc46bce30ee46203f895c - (Flags flags=Flags()) - - - - Configuration - classCorrade_1_1Utility_1_1Configuration.html - a5aa6826a44ae881fdd9a3b7ff4b57535 - (const std::string &filename, Flags flags=Flags()) - - - - Configuration - classCorrade_1_1Utility_1_1Configuration.html - aa9808d44a604e4a455975e3ebfd6bf37 - (std::istream &in, Flags flags=Flags()) - - - - Configuration - classCorrade_1_1Utility_1_1Configuration.html - a7ac737721e13c9303696985e2a8672e1 - (const Configuration &)=delete - - - - Configuration - classCorrade_1_1Utility_1_1Configuration.html - a1258e56c643add518646e32edaf99892 - (Configuration &&other) - - - - ~Configuration - classCorrade_1_1Utility_1_1Configuration.html - ae48021eb27720034fdebaa9dd1adad27 - () - - - Configuration & - operator= - classCorrade_1_1Utility_1_1Configuration.html - ab54d47655023263934e52520ba00ba4a - (const Configuration &)=delete - - - Configuration & - operator= - classCorrade_1_1Utility_1_1Configuration.html - a755a0d60b854f2a78e5f6eccd9fe452b - (Configuration &&other) - - - std::string - filename - classCorrade_1_1Utility_1_1Configuration.html - a6e79eb80aa4212e263d04264a62352f5 - () const - - - void - setFilename - classCorrade_1_1Utility_1_1Configuration.html - aa8745aca008e75311acbb3778ba81fd0 - (std::string filename) - - - bool - isValid - classCorrade_1_1Utility_1_1Configuration.html - a8cd375ba809a635da96186a150d38f5d - () const - - - bool - save - classCorrade_1_1Utility_1_1Configuration.html - a4e6f38caab000dd04321001f4445d1ff - (const std::string &filename) - - - void - save - classCorrade_1_1Utility_1_1Configuration.html - abc47d18cdd33e5c928f2aa33dd6b09fd - (std::ostream &out) - - - bool - save - classCorrade_1_1Utility_1_1Configuration.html - ae6d938117a8afa18976fc9a481220f2e - () - - - - Corrade::Utility::ConfigurationGroup - classCorrade_1_1Utility_1_1ConfigurationGroup.html - - - ConfigurationGroup - classCorrade_1_1Utility_1_1ConfigurationGroup.html - a500d96ba04e6c01b95d9121cf4934f18 - () - - - - ConfigurationGroup - classCorrade_1_1Utility_1_1ConfigurationGroup.html - ab41d1f58bfcf9d6b7cb5727f87429e1e - (const ConfigurationGroup &other) - - - - ConfigurationGroup - classCorrade_1_1Utility_1_1ConfigurationGroup.html - a1ae4cecc4e8cf32c7e4d3aaa286bdc59 - (ConfigurationGroup &&other) - - - ConfigurationGroup & - operator= - classCorrade_1_1Utility_1_1ConfigurationGroup.html - a291f0b9770236cc43b9ccbc17ea2b6f3 - (const ConfigurationGroup &other) - - - ConfigurationGroup & - operator= - classCorrade_1_1Utility_1_1ConfigurationGroup.html - a1172fdd7703f23820d7c92057e3b86e4 - (ConfigurationGroup &&other) - - - Configuration * - configuration - classCorrade_1_1Utility_1_1ConfigurationGroup.html - a6ac83e7385b39cd9a1c08aeb9a7201d8 - () - - - const Configuration * - configuration - classCorrade_1_1Utility_1_1ConfigurationGroup.html - a29d8c467b34339a4f1730e78dabf8817 - () const - - - bool - isEmpty - classCorrade_1_1Utility_1_1ConfigurationGroup.html - a722da7c97ce2af7c6d162808ba9e6119 - () const - - - void - clear - classCorrade_1_1Utility_1_1ConfigurationGroup.html - a527a6fb19869f89e99ae052d1d26a5e5 - () - - - bool - hasGroups - classCorrade_1_1Utility_1_1ConfigurationGroup.html - a1af34d0d38a2142baf50feb8f228ba61 - () const - - - unsigned int - groupCount - classCorrade_1_1Utility_1_1ConfigurationGroup.html - aa088c7831238e4d5b62231b3a8eb95af - () const - - - bool - hasGroup - classCorrade_1_1Utility_1_1ConfigurationGroup.html - ae057d16fe0c0303f3dca92ff39d3a87a - (const std::string &name, unsigned int index=0) const - - - unsigned int - groupCount - classCorrade_1_1Utility_1_1ConfigurationGroup.html - a12ea9fcb5241c1c0f70375f81398961e - (const std::string &name) const - - - ConfigurationGroup * - group - classCorrade_1_1Utility_1_1ConfigurationGroup.html - a2bc02705571e6eb3fee1077c9c61a573 - (const std::string &name, unsigned int index=0) - - - const ConfigurationGroup * - group - classCorrade_1_1Utility_1_1ConfigurationGroup.html - af92bfe4bc981e37844072ee6ae80f515 - (const std::string &name, unsigned int index=0) const - - - std::vector< ConfigurationGroup * > - groups - classCorrade_1_1Utility_1_1ConfigurationGroup.html - aa5c8f92f48ac44d7d3d084622e6df6cc - (const std::string &name) - - - std::vector< const ConfigurationGroup * > - groups - classCorrade_1_1Utility_1_1ConfigurationGroup.html - a4286fcfbe9ade8a026a73e49ea4e93b3 - (const std::string &name) const - - - void - addGroup - classCorrade_1_1Utility_1_1ConfigurationGroup.html - a283661713aa073739663b46f5c468e1c - (const std::string &name, ConfigurationGroup *group) - - - ConfigurationGroup * - addGroup - classCorrade_1_1Utility_1_1ConfigurationGroup.html - a0d97d4fd435ba78a1c8d96aca8019b75 - (const std::string &name) - - - bool - removeGroup - classCorrade_1_1Utility_1_1ConfigurationGroup.html - a6eeed46dd76a629fd2693732c91d0040 - (const std::string &name, unsigned int index=0) - - - bool - removeGroup - classCorrade_1_1Utility_1_1ConfigurationGroup.html - afe24d64f8c78513293e57e38c7d0727c - (ConfigurationGroup *group) - - - void - removeAllGroups - classCorrade_1_1Utility_1_1ConfigurationGroup.html - a84000627f3d7e0e07d0a6ffa09c2c636 - (const std::string &name) - - - bool - hasValues - classCorrade_1_1Utility_1_1ConfigurationGroup.html - a88f8decfd75d37a95bfe4c4414f1cf74 - () const - - - unsigned int - valueCount - classCorrade_1_1Utility_1_1ConfigurationGroup.html - a8e0e8fe4170865302e35ecd5234eb13f - () const - - - bool - hasValue - classCorrade_1_1Utility_1_1ConfigurationGroup.html - a5718b8bf27da8ff01c90b555cb8791fb - (const std::string &key, unsigned int index=0) const - - - unsigned int - valueCount - classCorrade_1_1Utility_1_1ConfigurationGroup.html - ae2553337e66dd134c40a39dd8e9fd5f1 - (const std::string &key) const - - - T - value - classCorrade_1_1Utility_1_1ConfigurationGroup.html - a76ea58bcdcfc5bc156327d45ed921ef3 - (const std::string &key, unsigned int index=0, ConfigurationValueFlags flags=ConfigurationValueFlags()) const - - - T - value - classCorrade_1_1Utility_1_1ConfigurationGroup.html - a2acad127e5628c963f9fe4ba6786c1c1 - (const std::string &key, ConfigurationValueFlags flags) const - - - std::vector< T > - values - classCorrade_1_1Utility_1_1ConfigurationGroup.html - a7f4ec39138554c01739c7a3b10bc4462 - (const std::string &key, ConfigurationValueFlags flags=ConfigurationValueFlags()) const - - - bool - setValue - classCorrade_1_1Utility_1_1ConfigurationGroup.html - aadca4a5b40bcd66d0837193af2c841e2 - (const std::string &key, std::string value, unsigned int index=0, ConfigurationValueFlags flags=ConfigurationValueFlags()) - - - bool - setValue - classCorrade_1_1Utility_1_1ConfigurationGroup.html - a8d881c499196d832b7dd3581df25ab55 - (const std::string &key, const char *value, unsigned int index=0, ConfigurationValueFlags flags=ConfigurationValueFlags()) - - - bool - setValue - classCorrade_1_1Utility_1_1ConfigurationGroup.html - a1be7095f3d51a0d6fe324545c62d569e - (const std::string &key, std::string value, ConfigurationValueFlags flags) - - - bool - setValue - classCorrade_1_1Utility_1_1ConfigurationGroup.html - a025de56172c2b6ff9640053b6a72eb00 - (const std::string &key, const char *value, ConfigurationValueFlags flags) - - - bool - setValue - classCorrade_1_1Utility_1_1ConfigurationGroup.html - aa2988c7a715adb37b3d8938a08b9e006 - (const std::string &key, const T &value, unsigned int index=0, ConfigurationValueFlags flags=ConfigurationValueFlags()) - - - bool - setValue - classCorrade_1_1Utility_1_1ConfigurationGroup.html - abf56c0ee12977dd024ede9cfcd1fda41 - (const std::string &key, const T &value, ConfigurationValueFlags flags) - - - void - addValue - classCorrade_1_1Utility_1_1ConfigurationGroup.html - abf66026df64ae2561040aaa75fdfbd31 - (std::string key, std::string value, ConfigurationValueFlags flags=ConfigurationValueFlags()) - - - void - addValue - classCorrade_1_1Utility_1_1ConfigurationGroup.html - a6ba87151d0821e99d9e5038586ffed71 - (std::string key, const char *value, ConfigurationValueFlags flags=ConfigurationValueFlags()) - - - void - addValue - classCorrade_1_1Utility_1_1ConfigurationGroup.html - aee6029a57056ff1e3a4400d8da424c48 - (std::string key, const T &value, ConfigurationValueFlags flags=ConfigurationValueFlags()) - - - bool - removeValue - classCorrade_1_1Utility_1_1ConfigurationGroup.html - a1b7d7d5fbd18eaf10c3aafe4871509ad - (const std::string &key, unsigned int index=0) - - - void - removeAllValues - classCorrade_1_1Utility_1_1ConfigurationGroup.html - a1654bb0a8323a813f380004a6fb57759 - (const std::string &key) - - - bool - hasGroups - classCorrade_1_1Utility_1_1ConfigurationGroup.html - a1af34d0d38a2142baf50feb8f228ba61 - () const - - - unsigned int - groupCount - classCorrade_1_1Utility_1_1ConfigurationGroup.html - aa088c7831238e4d5b62231b3a8eb95af - () const - - - bool - hasGroup - classCorrade_1_1Utility_1_1ConfigurationGroup.html - ae057d16fe0c0303f3dca92ff39d3a87a - (const std::string &name, unsigned int index=0) const - - - unsigned int - groupCount - classCorrade_1_1Utility_1_1ConfigurationGroup.html - a12ea9fcb5241c1c0f70375f81398961e - (const std::string &name) const - - - ConfigurationGroup * - group - classCorrade_1_1Utility_1_1ConfigurationGroup.html - a2bc02705571e6eb3fee1077c9c61a573 - (const std::string &name, unsigned int index=0) - - - const ConfigurationGroup * - group - classCorrade_1_1Utility_1_1ConfigurationGroup.html - af92bfe4bc981e37844072ee6ae80f515 - (const std::string &name, unsigned int index=0) const - - - std::vector< ConfigurationGroup * > - groups - classCorrade_1_1Utility_1_1ConfigurationGroup.html - aa5c8f92f48ac44d7d3d084622e6df6cc - (const std::string &name) - - - std::vector< const ConfigurationGroup * > - groups - classCorrade_1_1Utility_1_1ConfigurationGroup.html - a4286fcfbe9ade8a026a73e49ea4e93b3 - (const std::string &name) const - - - void - addGroup - classCorrade_1_1Utility_1_1ConfigurationGroup.html - a283661713aa073739663b46f5c468e1c - (const std::string &name, ConfigurationGroup *group) - - - ConfigurationGroup * - addGroup - classCorrade_1_1Utility_1_1ConfigurationGroup.html - a0d97d4fd435ba78a1c8d96aca8019b75 - (const std::string &name) - - - bool - removeGroup - classCorrade_1_1Utility_1_1ConfigurationGroup.html - a6eeed46dd76a629fd2693732c91d0040 - (const std::string &name, unsigned int index=0) - - - bool - removeGroup - classCorrade_1_1Utility_1_1ConfigurationGroup.html - afe24d64f8c78513293e57e38c7d0727c - (ConfigurationGroup *group) - - - void - removeAllGroups - classCorrade_1_1Utility_1_1ConfigurationGroup.html - a84000627f3d7e0e07d0a6ffa09c2c636 - (const std::string &name) - - - bool - hasValues - classCorrade_1_1Utility_1_1ConfigurationGroup.html - a88f8decfd75d37a95bfe4c4414f1cf74 - () const - - - unsigned int - valueCount - classCorrade_1_1Utility_1_1ConfigurationGroup.html - a8e0e8fe4170865302e35ecd5234eb13f - () const - - - bool - hasValue - classCorrade_1_1Utility_1_1ConfigurationGroup.html - a5718b8bf27da8ff01c90b555cb8791fb - (const std::string &key, unsigned int index=0) const - - - unsigned int - valueCount - classCorrade_1_1Utility_1_1ConfigurationGroup.html - ae2553337e66dd134c40a39dd8e9fd5f1 - (const std::string &key) const - - - T - value - classCorrade_1_1Utility_1_1ConfigurationGroup.html - a76ea58bcdcfc5bc156327d45ed921ef3 - (const std::string &key, unsigned int index=0, ConfigurationValueFlags flags=ConfigurationValueFlags()) const - - - T - value - classCorrade_1_1Utility_1_1ConfigurationGroup.html - a2acad127e5628c963f9fe4ba6786c1c1 - (const std::string &key, ConfigurationValueFlags flags) const - - - std::vector< T > - values - classCorrade_1_1Utility_1_1ConfigurationGroup.html - a7f4ec39138554c01739c7a3b10bc4462 - (const std::string &key, ConfigurationValueFlags flags=ConfigurationValueFlags()) const - - - bool - setValue - classCorrade_1_1Utility_1_1ConfigurationGroup.html - aadca4a5b40bcd66d0837193af2c841e2 - (const std::string &key, std::string value, unsigned int index=0, ConfigurationValueFlags flags=ConfigurationValueFlags()) - - - bool - setValue - classCorrade_1_1Utility_1_1ConfigurationGroup.html - a8d881c499196d832b7dd3581df25ab55 - (const std::string &key, const char *value, unsigned int index=0, ConfigurationValueFlags flags=ConfigurationValueFlags()) - - - bool - setValue - classCorrade_1_1Utility_1_1ConfigurationGroup.html - a1be7095f3d51a0d6fe324545c62d569e - (const std::string &key, std::string value, ConfigurationValueFlags flags) - - - bool - setValue - classCorrade_1_1Utility_1_1ConfigurationGroup.html - a025de56172c2b6ff9640053b6a72eb00 - (const std::string &key, const char *value, ConfigurationValueFlags flags) - - - bool - setValue - classCorrade_1_1Utility_1_1ConfigurationGroup.html - aa2988c7a715adb37b3d8938a08b9e006 - (const std::string &key, const T &value, unsigned int index=0, ConfigurationValueFlags flags=ConfigurationValueFlags()) - - - bool - setValue - classCorrade_1_1Utility_1_1ConfigurationGroup.html - abf56c0ee12977dd024ede9cfcd1fda41 - (const std::string &key, const T &value, ConfigurationValueFlags flags) - - - void - addValue - classCorrade_1_1Utility_1_1ConfigurationGroup.html - abf66026df64ae2561040aaa75fdfbd31 - (std::string key, std::string value, ConfigurationValueFlags flags=ConfigurationValueFlags()) - - - void - addValue - classCorrade_1_1Utility_1_1ConfigurationGroup.html - a6ba87151d0821e99d9e5038586ffed71 - (std::string key, const char *value, ConfigurationValueFlags flags=ConfigurationValueFlags()) - - - void - addValue - classCorrade_1_1Utility_1_1ConfigurationGroup.html - aee6029a57056ff1e3a4400d8da424c48 - (std::string key, const T &value, ConfigurationValueFlags flags=ConfigurationValueFlags()) - - - bool - removeValue - classCorrade_1_1Utility_1_1ConfigurationGroup.html - a1b7d7d5fbd18eaf10c3aafe4871509ad - (const std::string &key, unsigned int index=0) - - - void - removeAllValues - classCorrade_1_1Utility_1_1ConfigurationGroup.html - a1654bb0a8323a813f380004a6fb57759 - (const std::string &key) - - - - Corrade::Utility::ConfigurationValue - structCorrade_1_1Utility_1_1ConfigurationValue.html - - - static std::string - toString - structCorrade_1_1Utility_1_1ConfigurationValue.html - ab639d070423f77173baa8ada58975ffa - (const T &value, ConfigurationValueFlags flags) - - - static T - fromString - structCorrade_1_1Utility_1_1ConfigurationValue.html - a5e3bd19c82a34fb97bfddc94404f932a - (const std::string &stringValue, ConfigurationValueFlags flags) - - - - Corrade::Utility::ConfigurationValue< bool > - structCorrade_1_1Utility_1_1ConfigurationValue_3_01bool_01_4.html - - - Corrade::Utility::ConfigurationValue< char32_t > - structCorrade_1_1Utility_1_1ConfigurationValue_3_01char32__t_01_4.html - - - Corrade::Utility::ConfigurationValue< double > - structCorrade_1_1Utility_1_1ConfigurationValue_3_01double_01_4.html - - - Corrade::Utility::ConfigurationValue< float > - structCorrade_1_1Utility_1_1ConfigurationValue_3_01float_01_4.html - - - Corrade::Utility::ConfigurationValue< int > - structCorrade_1_1Utility_1_1ConfigurationValue_3_01int_01_4.html - - - Corrade::Utility::ConfigurationValue< long > - structCorrade_1_1Utility_1_1ConfigurationValue_3_01long_01_4.html - - - Corrade::Utility::ConfigurationValue< long double > - structCorrade_1_1Utility_1_1ConfigurationValue_3_01long_01double_01_4.html - - - Corrade::Utility::ConfigurationValue< long long > - structCorrade_1_1Utility_1_1ConfigurationValue_3_01long_01long_01_4.html - - - Corrade::Utility::ConfigurationValue< short > - structCorrade_1_1Utility_1_1ConfigurationValue_3_01short_01_4.html - - - Corrade::Utility::ConfigurationValue< std::string > - structCorrade_1_1Utility_1_1ConfigurationValue_3_01std_1_1string_01_4.html - - - Corrade::Utility::ConfigurationValue< unsigned int > - structCorrade_1_1Utility_1_1ConfigurationValue_3_01unsigned_01int_01_4.html - - - Corrade::Utility::ConfigurationValue< unsigned long > - structCorrade_1_1Utility_1_1ConfigurationValue_3_01unsigned_01long_01_4.html - - - Corrade::Utility::ConfigurationValue< unsigned long long > - structCorrade_1_1Utility_1_1ConfigurationValue_3_01unsigned_01long_01long_01_4.html - - - Corrade::Utility::ConfigurationValue< unsigned short > - structCorrade_1_1Utility_1_1ConfigurationValue_3_01unsigned_01short_01_4.html - - - Corrade::Utility::Debug - classCorrade_1_1Utility_1_1Debug.html - - - Flag - classCorrade_1_1Utility_1_1Debug.html - aa346e932b5141006c49777ddacfaf600 - - NoNewlineAtTheEnd - DisableColors - - - - Color - classCorrade_1_1Utility_1_1Debug.html - a40f3e8edbd24f69725130f20202bbc2d - - Black - Red - Green - Yellow - Blue - Magenta - Cyan - White - Default - - - void(* - Modifier - classCorrade_1_1Utility_1_1Debug.html - aede8a384033583c6b407e28134fd7c8a - )(Debug &) - - - Containers::EnumSet< Flag > - Flags - classCorrade_1_1Utility_1_1Debug.html - aedc4d6996ab47a86c346c1667794729b - - - - - Debug - classCorrade_1_1Utility_1_1Debug.html - a069a145924bd86bfc3f4c6af07508452 - (Flags flags={}) - - - - Debug - classCorrade_1_1Utility_1_1Debug.html - a094bd4c780a495f91dbe19776127f4f8 - (std::ostream *output, Flags flags={}) - - - - Debug - classCorrade_1_1Utility_1_1Debug.html - a5eb811dee5401f2382acb8476f6d837a - (const Debug &)=delete - - - - Debug - classCorrade_1_1Utility_1_1Debug.html - a11fa7c20ee652f1da6fe75d475ab0e48 - (Debug &&)=default - - - - ~Debug - classCorrade_1_1Utility_1_1Debug.html - a4e30b5f23e9d3f56bb54942ef11288e8 - () - - - Debug & - operator= - classCorrade_1_1Utility_1_1Debug.html - a621047711b250b30e87cf7143e429f0c - (const Debug &)=delete - - - Debug & - operator= - classCorrade_1_1Utility_1_1Debug.html - a02b17ddadb7259779431bafdb6dc84a2 - (Debug &&)=delete - - - Debug & - operator<< - classCorrade_1_1Utility_1_1Debug.html - ab2f5931b3aebb43f4e8216d7188ba5a8 - (const std::string &value) - - - Debug & - operator<< - classCorrade_1_1Utility_1_1Debug.html - a713f25af5a460b8f3cf6e9b7203e8ebe - (const char *value) - - - Debug & - operator<< - classCorrade_1_1Utility_1_1Debug.html - ab2b2895da70cbda6f19f62a0e92ad138 - (const void *value) - - - Debug & - operator<< - classCorrade_1_1Utility_1_1Debug.html - a4e34d1c961f28757b6cfe6ae214950e0 - (bool value) - - - Debug & - operator<< - classCorrade_1_1Utility_1_1Debug.html - a213a10e849be7d791c38f28fea654d63 - (int value) - - - Debug & - operator<< - classCorrade_1_1Utility_1_1Debug.html - af494a2b8261c74262966410ba0cd6677 - (long value) - - - Debug & - operator<< - classCorrade_1_1Utility_1_1Debug.html - a992bbaf961e11709a6f47c42872621e4 - (long long value) - - - Debug & - operator<< - classCorrade_1_1Utility_1_1Debug.html - ace984244c193e9c40a86f17df3e6be2b - (unsigned value) - - - Debug & - operator<< - classCorrade_1_1Utility_1_1Debug.html - a5068548b7e32460f24b3e77cbc361ba0 - (unsigned long value) - - - Debug & - operator<< - classCorrade_1_1Utility_1_1Debug.html - ab5e5e420b2ffbe746fe5238740a89a47 - (unsigned long long value) - - - Debug & - operator<< - classCorrade_1_1Utility_1_1Debug.html - a64747bfa8b6b530d0d079d296d23eb33 - (float value) - - - Debug & - operator<< - classCorrade_1_1Utility_1_1Debug.html - a3bbb7769e9e3dd7a6cf59e22221c6d71 - (double value) - - - Debug & - operator<< - classCorrade_1_1Utility_1_1Debug.html - a27a4f78e38dcc3bdc8371da13c554038 - (long double value) - - - Debug & - operator<< - classCorrade_1_1Utility_1_1Debug.html - a580d97e0003cd26285ce8201687473ba - (char32_t value) - - - Debug & - operator<< - classCorrade_1_1Utility_1_1Debug.html - ac29e10def861342c58687f4aa679b285 - (const char32_t *value) - - - Debug & - operator<< - classCorrade_1_1Utility_1_1Debug.html - ac5f5e43d351399cc0dc1e471a753a300 - (Modifier f) - - - static Debug - noNewlineAtTheEnd - classCorrade_1_1Utility_1_1Debug.html - a81b88bd4e3b2f1f3182246cd5e3a9db4 - () - - - static Debug - noNewlineAtTheEnd - classCorrade_1_1Utility_1_1Debug.html - ac5a767110ca7d82d723c7886c2317ca9 - (std::ostream *output) - - - static void - nospace - classCorrade_1_1Utility_1_1Debug.html - aca4f49eaa3129ae56f8223a499377f11 - (Debug &debug) - - - static void - newline - classCorrade_1_1Utility_1_1Debug.html - a8a96ee3513ec028eddbc520356293213 - (Debug &debug) - - - static Modifier - color - classCorrade_1_1Utility_1_1Debug.html - a4e59d103a5f719596fd14ea12677f928 - (Color color) - - - static Modifier - boldColor - classCorrade_1_1Utility_1_1Debug.html - a522e0f0e38056d5592f4ae8b757ddfa6 - (Color color) - - - static void - resetColor - classCorrade_1_1Utility_1_1Debug.html - adf358e663180cb94e812f73dedc4f86c - (Debug &debug) - - - static void - setOutput - classCorrade_1_1Utility_1_1Debug.html - aa383926097f8ed1a604e62037859eac5 - (std::ostream *output) - - - static bool - isTty - classCorrade_1_1Utility_1_1Debug.html - a35394a39a5df4322a36a598557c07db1 - (std::ostream *output) - - - static bool - isTty - classCorrade_1_1Utility_1_1Debug.html - a32458743e3d3731036378cf8577c7934 - () - - - Debug & - operator<< - classCorrade_1_1Utility_1_1Debug.html - ae2cee4795e84d13d29d1d9e1c805ecd2 - (Debug &debug, const T &value) - - - Debug & - operator<< - classCorrade_1_1Utility_1_1Debug.html - ac103e9217a8710bd03ee4783d3d6ed4b - (Debug &debug, const Iterable &value) - - - Debug & - operator<< - classCorrade_1_1Utility_1_1Debug.html - a9f9d27d6f040e6e490f2d73c5a0b8b56 - (Debug &debug, const std::tuple< Args... > &value) - - - Debug & - operator<< - classCorrade_1_1Utility_1_1Debug.html - a76d39b67ac31b0abf23b5c5d4bec9f15 - (Debug &debug, const std::pair< T, U > &value) - - - - Corrade::Utility::Endianness - classCorrade_1_1Utility_1_1Endianness.html - - static T - swap - classCorrade_1_1Utility_1_1Endianness.html - a37b31ac2f71e436d1d090b7d9a27973e - (T value) - - - static constexpr bool - isBigEndian - classCorrade_1_1Utility_1_1Endianness.html - a9d7a7670b74586ed27761f5d7c330ccc - () - - - static T - bigEndian - classCorrade_1_1Utility_1_1Endianness.html - ab9447075a4f52305ecc520228a3520ff - (T value) - - - static void - bigEndianInPlace - classCorrade_1_1Utility_1_1Endianness.html - aa8d5cfe890bb35f72c2a8836b2d44073 - (T &...values) - - - static T - littleEndian - classCorrade_1_1Utility_1_1Endianness.html - a14ff651446505859b617f2daaf94e0f0 - (T number) - - - static void - littleEndianInPlace - classCorrade_1_1Utility_1_1Endianness.html - a4371cce40d6689408136b8012df9c7ab - (T &...values) - - - - Corrade::Utility::Error - classCorrade_1_1Utility_1_1Error.html - Corrade::Utility::Debug - - - Error - classCorrade_1_1Utility_1_1Error.html - a3fbe9b0f2557ce83055671246dcf7e7e - (Flags flags={}) - - - - Error - classCorrade_1_1Utility_1_1Error.html - a213951517715c247dac75d596c2d13f8 - (std::ostream *output, Flags flags={}) - - - - Error - classCorrade_1_1Utility_1_1Error.html - aabe83634a34265d09ec611d1d9e21914 - (const Error &)=delete - - - - Error - classCorrade_1_1Utility_1_1Error.html - a792f4425e6734e77e99ae29be4fb9572 - (Error &&)=default - - - - ~Error - classCorrade_1_1Utility_1_1Error.html - aea88b9362728fd3306d67b80b65994a7 - () - - - Error & - operator= - classCorrade_1_1Utility_1_1Error.html - a1283baaa3477cbc49d48bfad02d57e5a - (const Error &)=delete - - - Error & - operator= - classCorrade_1_1Utility_1_1Error.html - a23c200ee5c7044cd25ce4d32a23d5f7a - (Error &&)=delete - - - static Error - noNewlineAtTheEnd - classCorrade_1_1Utility_1_1Error.html - ade0da903ca3f3270b3bc33f757e55569 - () - - - static Error - noNewlineAtTheEnd - classCorrade_1_1Utility_1_1Error.html - af81b3202551779997eac890745fc31df - (std::ostream *output) - - - static void - setOutput - classCorrade_1_1Utility_1_1Error.html - a30ad23439c87546e85b787a30c6f89ac - (std::ostream *output) - - - static bool - isTty - classCorrade_1_1Utility_1_1Error.html - a8b9c5f47adfa98178a8830959aa14da1 - () - - - - Corrade::Utility::Fatal - classCorrade_1_1Utility_1_1Fatal.html - Corrade::Utility::Error - - - Fatal - classCorrade_1_1Utility_1_1Fatal.html - ace9441b319771c44b9407736733d9489 - (int exitCode=1, Flags flags={}) - - - - Fatal - classCorrade_1_1Utility_1_1Fatal.html - a2b8532632da13ea29fe0aac2f8cc30d5 - (Flags flags) - - - - Fatal - classCorrade_1_1Utility_1_1Fatal.html - acd4ec7626fa35d43d0d7453d34fe7874 - (std::ostream *output, int exitCode=1, Flags flags={}) - - - - Fatal - classCorrade_1_1Utility_1_1Fatal.html - a5960d6dab2e70b5c8244a2d263ee5ab0 - (std::ostream *output, Flags flags={}) - - - CORRADE_NORETURN - ~Fatal - classCorrade_1_1Utility_1_1Fatal.html - a7a65b11e97ce23312a7c62e9d52cd847 - () - - - - Corrade::Utility::HashDigest - classCorrade_1_1Utility_1_1HashDigest.html - size - - constexpr - HashDigest - classCorrade_1_1Utility_1_1HashDigest.html - abb77f485b60ebc66137e58945ed1d27e - () - - - constexpr - HashDigest - classCorrade_1_1Utility_1_1HashDigest.html - ab61dda1fd9e0dd7d6248819178674b0e - (T firstValue, U...nextValues) - - - bool - operator== - classCorrade_1_1Utility_1_1HashDigest.html - a475792d3ca0e10e5f9f3ba4a044e8246 - (const HashDigest< size > &other) const - - - bool - operator!= - classCorrade_1_1Utility_1_1HashDigest.html - aa6452712cdb0dd8de51f6ab92189d83d - (const HashDigest< size > &other) const - - - std::string - hexString - classCorrade_1_1Utility_1_1HashDigest.html - af7ecaaf3dbe9d791dcdad772e2f25320 - () const - - - constexpr const char * - byteArray - classCorrade_1_1Utility_1_1HashDigest.html - ac502db42aee144066a7aad31bf3fc8c2 - () const - - - static HashDigest< size > - fromHexString - classCorrade_1_1Utility_1_1HashDigest.html - a195da27f46772170af3ef3b647c52361 - (std::string digest) - - - static const HashDigest< size > & - fromByteArray - classCorrade_1_1Utility_1_1HashDigest.html - add330139edc8634f4647832bff793b0c - (const char *digest) - - - Debug & - operator<< - classCorrade_1_1Utility_1_1HashDigest.html - a39667d2dab7d417582ae04c76fd8af78 - (Debug &debug, const HashDigest< size > &value) - - - - Corrade::Utility::MurmurHash2 - classCorrade_1_1Utility_1_1MurmurHash2.html - AbstractHash< sizeof(std::size_t)> - - constexpr - MurmurHash2 - classCorrade_1_1Utility_1_1MurmurHash2.html - a7b512789e9557ebc5d04429af1b29c85 - (std::size_t seed=0) - - - Digest - operator() - classCorrade_1_1Utility_1_1MurmurHash2.html - adc237af6c0003c9c0ce949a3399d8895 - (const std::string &data) const - - - Digest - operator() - classCorrade_1_1Utility_1_1MurmurHash2.html - a60e232949ab5c7b840a52d4d77305568 - (const char(&data)[size]) const - - - Digest - operator() - classCorrade_1_1Utility_1_1MurmurHash2.html - a046db82ced985bb398ac9a45cc212479 - (const char *data, std::size_t size) const - - - static Digest - digest - classCorrade_1_1Utility_1_1MurmurHash2.html - abca6f6111dc7e38921fc15ba22ff885b - (const std::string &data) - - - - Corrade::Utility::Resource - classCorrade_1_1Utility_1_1Resource.html - - - Resource - classCorrade_1_1Utility_1_1Resource.html - afbf57511408670c4e52d987fae39d086 - (const std::string &group) - - - std::vector< std::string > - list - classCorrade_1_1Utility_1_1Resource.html - a07b62771bf4fd6d65db057f3a19a6cab - () const - - - Containers::ArrayView< const char > - getRaw - classCorrade_1_1Utility_1_1Resource.html - aeab3bc7f28cd9d8da576243e6a4c5f7e - (const std::string &filename) const - - - std::string - get - classCorrade_1_1Utility_1_1Resource.html - a089287b6126538329819449a3eba3158 - (const std::string &filename) const - - - static std::string - compile - classCorrade_1_1Utility_1_1Resource.html - ae27c0dcd044bf1ed9a4778a12cf73735 - (const std::string &name, const std::string &group, const std::vector< std::pair< std::string, std::string >> &files) - - - static std::string - compileFrom - classCorrade_1_1Utility_1_1Resource.html - a19b48421cde009ddd1fa04a2e1b4ff0e - (const std::string &name, const std::string &configurationFile) - - - static void - overrideGroup - classCorrade_1_1Utility_1_1Resource.html - a24f3eacc460abf21d6a3a439bba988cb - (const std::string &group, const std::string &configurationFile) - - - static bool - hasGroup - classCorrade_1_1Utility_1_1Resource.html - a4e1b9ed0b2f0f744035ec5280217befe - (const std::string &group) - - - - Corrade::Utility::Sha1 - classCorrade_1_1Utility_1_1Sha1.html - AbstractHash< 20 > - - Sha1 & - operator<< - classCorrade_1_1Utility_1_1Sha1.html - aacf2b0b3f154574aa69951e8e008584c - (const std::string &data) - - - Digest - digest - classCorrade_1_1Utility_1_1Sha1.html - a9f933c6680b1dcf1bf185429c8b571ec - () - - - static Digest - digest - classCorrade_1_1Utility_1_1Sha1.html - a58ae2de7f39775cb7fb3594b80e98be5 - (const std::string &data) - - - - Corrade::Utility::Warning - classCorrade_1_1Utility_1_1Warning.html - Corrade::Utility::Debug - - - Warning - classCorrade_1_1Utility_1_1Warning.html - a6afe64c565a1ebae35228b840e63c428 - (Flags flags={}) - - - - Warning - classCorrade_1_1Utility_1_1Warning.html - a92f3ddd2c7e6caed6b6967d0f72c001b - (std::ostream *output, Flags flags={}) - - - - Warning - classCorrade_1_1Utility_1_1Warning.html - a742946b1583b9e147a1b502c647fc1ec - (const Warning &)=delete - - - - Warning - classCorrade_1_1Utility_1_1Warning.html - accd8b00e770a072a122c4ffbc7b2373c - (Warning &&)=default - - - - ~Warning - classCorrade_1_1Utility_1_1Warning.html - a66833257bc5b0d126add892b19091c56 - () - - - Warning & - operator= - classCorrade_1_1Utility_1_1Warning.html - a10bd7464c247b4df94adb4ec6ab26c6e - (const Warning &)=delete - - - Warning & - operator= - classCorrade_1_1Utility_1_1Warning.html - adf0d29c428d7f4a094debd445a5a1516 - (Warning &&)=delete - - - static Warning - noNewlineAtTheEnd - classCorrade_1_1Utility_1_1Warning.html - ad353ad204326b36394ba4dc8ae71831e - () - - - static Warning - noNewlineAtTheEnd - classCorrade_1_1Utility_1_1Warning.html - a5fe9d9063945bf3244c05f17df19cb50 - (std::ostream *output) - - - static void - setOutput - classCorrade_1_1Utility_1_1Warning.html - a6d7c48994b6b03bf7703a77ffe4ec632 - (std::ostream *output) - - - static bool - isTty - classCorrade_1_1Utility_1_1Warning.html - a5b0ee54b7afbcd80816575963bf01702 - () - - - - EnumSet< InternalFlag > - classCorrade_1_1Containers_1_1EnumSet.html - - InternalFlag - Type - classCorrade_1_1Containers_1_1EnumSet.html - af79d534425b3439095c579944858bb4c - - - - std::underlying_type< InternalFlag >::type - UnderlyingType - classCorrade_1_1Containers_1_1EnumSet.html - ae98013f13d62ca0bac69d632905846c6 - - - - FullValue - classCorrade_1_1Containers_1_1EnumSet.html - aee87dfd8eec50c26f5f9703feea66abda9e456595199d05472bf7927d329639b8 - - - - constexpr - EnumSet - classCorrade_1_1Containers_1_1EnumSet.html - ac3820645815d705507170a3e507087b5 - () - - - constexpr - EnumSet - classCorrade_1_1Containers_1_1EnumSet.html - aff6e8c4b80a660f381b31a2ed5106695 - (InternalFlagvalue) - - - - EnumSet - classCorrade_1_1Containers_1_1EnumSet.html - adb0d3bd1925b399503dc745e51c245a6 - (NoInitT) - - - constexpr bool - operator== - classCorrade_1_1Containers_1_1EnumSet.html - a46221489ad6521358ffcf7845f9d3462 - (EnumSet< InternalFlag, typename std::underlying_type< InternalFlag >::type(~0) > other) const - - - constexpr bool - operator!= - classCorrade_1_1Containers_1_1EnumSet.html - a7cb7f4bd84490b718800c3ba2f1df17e - (EnumSet< InternalFlag, typename std::underlying_type< InternalFlag >::type(~0) > other) const - - - constexpr bool - operator>= - classCorrade_1_1Containers_1_1EnumSet.html - a3885d6aa88442661407ee1a9ecb86ec3 - (EnumSet< InternalFlag, typename std::underlying_type< InternalFlag >::type(~0) > other) const - - - constexpr bool - operator<= - classCorrade_1_1Containers_1_1EnumSet.html - a42906634012570f68eb709b6c5774053 - (EnumSet< InternalFlag, typename std::underlying_type< InternalFlag >::type(~0) > other) const - - - constexpr EnumSet< InternalFlag, typename std::underlying_type< InternalFlag >::type(~0) > - operator| - classCorrade_1_1Containers_1_1EnumSet.html - ac6c4a74c4c567c7b5b6174c50203113a - (EnumSet< InternalFlag, typename std::underlying_type< InternalFlag >::type(~0) > other) const - - - EnumSet< InternalFlag, typename std::underlying_type< InternalFlag >::type(~0) > & - operator|= - classCorrade_1_1Containers_1_1EnumSet.html - a0570b5800f24317a1b52b27d878b9bfa - (EnumSet< InternalFlag, typename std::underlying_type< InternalFlag >::type(~0) > other) - - - constexpr EnumSet< InternalFlag, typename std::underlying_type< InternalFlag >::type(~0) > - operator& - classCorrade_1_1Containers_1_1EnumSet.html - a61cf465a2d9cb28bcb3a139f6db20f98 - (EnumSet< InternalFlag, typename std::underlying_type< InternalFlag >::type(~0) > other) const - - - EnumSet< InternalFlag, typename std::underlying_type< InternalFlag >::type(~0) > & - operator&= - classCorrade_1_1Containers_1_1EnumSet.html - a882bec7925638c92d8491ce07108f398 - (EnumSet< InternalFlag, typename std::underlying_type< InternalFlag >::type(~0) > other) - - - constexpr EnumSet< InternalFlag, typename std::underlying_type< InternalFlag >::type(~0) > - operator^ - classCorrade_1_1Containers_1_1EnumSet.html - a6cf9b501b4fb1c5c83b900defc7d2ebf - (EnumSet< InternalFlag, typename std::underlying_type< InternalFlag >::type(~0) > other) const - - - EnumSet< InternalFlag, typename std::underlying_type< InternalFlag >::type(~0) > & - operator^= - classCorrade_1_1Containers_1_1EnumSet.html - afc5caf6f9260aedc01b5d532e4143e36 - (EnumSet< InternalFlag, typename std::underlying_type< InternalFlag >::type(~0) > other) - - - constexpr EnumSet< InternalFlag, typename std::underlying_type< InternalFlag >::type(~0) > - operator~ - classCorrade_1_1Containers_1_1EnumSet.html - a37f0da0636b0e7fbca8a4f3ed7c59c9c - () const - - - constexpr - operator bool - classCorrade_1_1Containers_1_1EnumSet.html - a999c11f444c7589b574ea80e9087c1d9 - () const - - - constexpr - operator UnderlyingType - classCorrade_1_1Containers_1_1EnumSet.html - abb5a6545e21fd33af55c6d20a0e3277f - () const - - - - LinkedList< Item > - classCorrade_1_1Containers_1_1LinkedList.html - - constexpr - LinkedList - classCorrade_1_1Containers_1_1LinkedList.html - aef8b2c6fac22b76d6510b030de0bd7ff - () noexcept - - - - LinkedList - classCorrade_1_1Containers_1_1LinkedList.html - ae30e2ad2d45ed813d5b6517da99c2c45 - (const LinkedList< Item > &)=delete - - - - LinkedList - classCorrade_1_1Containers_1_1LinkedList.html - a20a700a56461d5b8a6892ca147384609 - (LinkedList< Item > &&other) noexcept - - - - ~LinkedList - classCorrade_1_1Containers_1_1LinkedList.html - ab9bdae1a80b28b53f4b70edd139c2741 - () - - - LinkedList< Item > & - operator= - classCorrade_1_1Containers_1_1LinkedList.html - a93fe27abbdca0a2bdfffbb0c1c9e52b2 - (const LinkedList< Item > &)=delete - - - LinkedList< Item > & - operator= - classCorrade_1_1Containers_1_1LinkedList.html - a77a0c2633a85000db72a6acf84cfde45 - (LinkedList< Item > &&other) - - - Item * - first - classCorrade_1_1Containers_1_1LinkedList.html - a9d49452ca29d53f6313285e8426ec13a - () - - - constexpr const Item * - first - classCorrade_1_1Containers_1_1LinkedList.html - a7bd1e169057986db30b9b54da8bae08c - () const - - - Item * - last - classCorrade_1_1Containers_1_1LinkedList.html - abdb5e04bfec6bde39d8a20dd8d4d4674 - () - - - constexpr const Item * - last - classCorrade_1_1Containers_1_1LinkedList.html - a62c2d194213d6af1702da006769f2f8a - () const - - - constexpr bool - isEmpty - classCorrade_1_1Containers_1_1LinkedList.html - a44ca290841e84a0df958a797eea3f17d - () const - - - void - insert - classCorrade_1_1Containers_1_1LinkedList.html - ab85682283d7ef74f20a2c59a3153f9a1 - (Item *item, Item *before=nullptr) - - - void - cut - classCorrade_1_1Containers_1_1LinkedList.html - a43d45cf92d3f88f450047b773e5fe157 - (Item *item) - - - void - move - classCorrade_1_1Containers_1_1LinkedList.html - a39ec134725e0b19f1d9bdfcd5e807973 - (Item *item, Item *before) - - - void - erase - classCorrade_1_1Containers_1_1LinkedList.html - a5d42a873dd83fbc0cc0084209536f9be - (Item *item) - - - void - clear - classCorrade_1_1Containers_1_1LinkedList.html - a83550122caae33c90d11d45d0b747184 - () - - - - LinkedListItem< Item > - classCorrade_1_1Containers_1_1LinkedListItem.html - - - LinkedListItem - classCorrade_1_1Containers_1_1LinkedListItem.html - a61ce16db8160e1d80e881d5761f4752b - () noexcept - - - - LinkedListItem - classCorrade_1_1Containers_1_1LinkedListItem.html - abe1d3f91dd60c7f44e177f6b4c06c016 - (const LinkedListItem< Item, LinkedList< Item > > &)=delete - - - - LinkedListItem - classCorrade_1_1Containers_1_1LinkedListItem.html - a5a9b570f0fe78f27598febccdae1ddde - (LinkedListItem< Item, LinkedList< Item > > &&other) - - - LinkedListItem & - operator= - classCorrade_1_1Containers_1_1LinkedListItem.html - acd27fdb8bced1051b1a0ea2c8f866f18 - (const LinkedListItem< Item, LinkedList< Item > > &)=delete - - - LinkedListItem< Item, LinkedList< Item > > & - operator= - classCorrade_1_1Containers_1_1LinkedListItem.html - af9f41d1506c9ef6ef4e4f0bb8f3882ef - (LinkedListItem< Item, LinkedList< Item > > &&other) - - - virtual - ~LinkedListItem - classCorrade_1_1Containers_1_1LinkedListItem.html - a0863b9d8b2ea61e35ff0aac3780870cb - ()=0 - - - LinkedList< Item > * - list - classCorrade_1_1Containers_1_1LinkedListItem.html - ab607f167b90d2b00e42b238240afb36d - () - - - const LinkedList< Item > * - list - classCorrade_1_1Containers_1_1LinkedListItem.html - aeb0b84fe7899d4229b1f229d095d6ccd - () const - - - Item * - previous - classCorrade_1_1Containers_1_1LinkedListItem.html - a600d8bd1ebea7689159d9c37e1302fc4 - () - - - const Item * - previous - classCorrade_1_1Containers_1_1LinkedListItem.html - a3dff4a6d49d907850860f9077f7bd5ce - () const - - - Item * - next - classCorrade_1_1Containers_1_1LinkedListItem.html - ac878e7e23048b57e2e577f73ff2d4870 - () - - - const Item * - next - classCorrade_1_1Containers_1_1LinkedListItem.html - a31c7f69f017a70ddcdf6ae8a9bbce24a - () const - - - - Corrade - namespaceCorrade.html - Corrade::Containers - Corrade::Interconnect - Corrade::PluginManager - Corrade::TestSuite - Corrade::Utility - - - Corrade::Containers - namespaceCorrade_1_1Containers.html - Corrade::Containers::Array - Corrade::Containers::ArrayView - Corrade::Containers::ArrayView< const void > - Corrade::Containers::DefaultInitT - Corrade::Containers::DirectInitT - Corrade::Containers::EnumSet - Corrade::Containers::InPlaceInitT - Corrade::Containers::LinkedList - Corrade::Containers::LinkedListItem - Corrade::Containers::NoInitT - Corrade::Containers::StaticArray - Corrade::Containers::StaticArrayView - Corrade::Containers::ValueInitT - - ArrayView< T > - ArrayReference - namespaceCorrade_1_1Containers.html - aba27f25d31d10b5ffa38960b49e05ed8 - - - - ArrayView< T > - arrayView - namespaceCorrade_1_1Containers.html - a57f8d4e0a25951f539461539c90d4e25 - (Array< T, D > &array) - - - ArrayView< const T > - arrayView - namespaceCorrade_1_1Containers.html - a4258433529f847d3e6ed10442f6b9b8b - (const Array< T, D > &array) - - - ArrayView< U > - arrayCast - namespaceCorrade_1_1Containers.html - ad5f0615634b2553b0cb304aa58da3347 - (Array< T, D > &array) - - - ArrayView< const U > - arrayCast - namespaceCorrade_1_1Containers.html - a9a1ca1efe52f9930f1b31b9feab5a145 - (const Array< T, D > &array) - - - std::size_t - arraySize - namespaceCorrade_1_1Containers.html - af8a4e6b17dca34a5eb82b6a8da8c398b - (const Array< T > &view) - - - constexpr ArrayView< T > - arrayView - namespaceCorrade_1_1Containers.html - a32ef8daa386aee742e5f39fc5b1516fd - (T *data, std::size_t size) - - - constexpr ArrayView< T > - arrayView - namespaceCorrade_1_1Containers.html - ac8edb9cd0a74f5a0da2ef9c6d03f9ef2 - (T(&data)[size]) - - - constexpr ArrayView< T > - arrayView - namespaceCorrade_1_1Containers.html - ac450a49515ff20058552c732542b1b13 - (StaticArrayView< size, T > view) - - - ArrayView< U > - arrayCast - namespaceCorrade_1_1Containers.html - a8e6435208f2cda38505084a930a3e9ec - (ArrayView< T > view) - - - std::size_t - arraySize - namespaceCorrade_1_1Containers.html - a00abca03029b326133e9e7c908508af4 - (ArrayView< T > view) - - - constexpr std::size_t - arraySize - namespaceCorrade_1_1Containers.html - a9e4a13e421a34a19eec002ed65bda582 - (StaticArrayView< size_, T >) - - - constexpr std::size_t - arraySize - namespaceCorrade_1_1Containers.html - aaf76e645cbe62b360a0f13de4dff2837 - (T(&)[size_]) - - - constexpr StaticArrayView< size, T > - staticArrayView - namespaceCorrade_1_1Containers.html - a58d7bb8d46f44949b57b226485db4a9b - (T *data) - - - constexpr StaticArrayView< size, T > - staticArrayView - namespaceCorrade_1_1Containers.html - a3cf428b256a5ed8941145e4d15ae8b45 - (T(&data)[size]) - - - StaticArrayView< size *sizeof(T)/sizeof(U), U > - arrayCast - namespaceCorrade_1_1Containers.html - aee41b58bdb45963c476ce7554dda2290 - (StaticArrayView< size, T > view) - - - StaticArrayView< size *sizeof(T)/sizeof(U), U > - arrayCast - namespaceCorrade_1_1Containers.html - aee9c43d476128f05403e638ce539c90d - (T(&data)[size]) - - - Utility::Debug & - enumSetDebugOutput - namespaceCorrade_1_1Containers.html - a12c4ea794fa62c56969b1311e2b5c21b - (Utility::Debug &debug, EnumSet< T, fullValue > value, const char *empty, std::initializer_list< T > enums) - - - constexpr ArrayView< T > - arrayView - namespaceCorrade_1_1Containers.html - aa8111199cdb6cc30c470e3cc9c54a30e - (StaticArray< size, T > &array) - - - constexpr ArrayView< const T > - arrayView - namespaceCorrade_1_1Containers.html - a5b40a450ade4927381bf97a165e3621e - (const StaticArray< size, T > &array) - - - constexpr StaticArrayView< size, T > - staticArrayView - namespaceCorrade_1_1Containers.html - a4f6c86de70a1ab496a1d798648c22f80 - (StaticArray< size, T > &array) - - - constexpr StaticArrayView< size, const T > - staticArrayView - namespaceCorrade_1_1Containers.html - ab15dc352f75f85e562eaa85ae058ac9f - (const StaticArray< size, T > &array) - - - StaticArrayView< size *sizeof(T)/sizeof(U), U > - arrayCast - namespaceCorrade_1_1Containers.html - a5ebf447d7f388e81fe6d34910c80cfbe - (StaticArray< size, T > &array) - - - StaticArrayView< size *sizeof(T)/sizeof(U), const U > - arrayCast - namespaceCorrade_1_1Containers.html - aae0b8c37cdca03924fac3a3ff457bf9b - (const StaticArray< size, T > &array) - - - constexpr std::size_t - arraySize - namespaceCorrade_1_1Containers.html - a0cad6e09b65666040bb2460df883e4a3 - (const StaticArray< size_, T > &) - - - constexpr DefaultInitT - DefaultInit - namespaceCorrade_1_1Containers.html - a10f8c95aaa0d51bb77976fe3e4924a5e - - - - constexpr ValueInitT - ValueInit - namespaceCorrade_1_1Containers.html - a26d49cbb15d20d7dc72878f522e24444 - - - - constexpr NoInitT - NoInit - namespaceCorrade_1_1Containers.html - a7094104336b357363773b3f29891d048 - - - - constexpr DirectInitT - DirectInit - namespaceCorrade_1_1Containers.html - a69da0a827c69b45cec539ec0c201a119 - - - - constexpr InPlaceInitT - InPlaceInit - namespaceCorrade_1_1Containers.html - ab86b6e81b5157279ebfbf2b716fb2d6d - - - - - Corrade::Interconnect - namespaceCorrade_1_1Interconnect.html - Corrade::Interconnect::Connection - Corrade::Interconnect::Emitter - Corrade::Interconnect::Receiver - Corrade::Interconnect::StateMachine - Corrade::Interconnect::StateTransition - - Connection - connect - namespaceCorrade_1_1Interconnect.html - a9ede79fbd60785ea83ffed32762d02ab - (EmitterObject &emitter, Interconnect::Emitter::Signal(Emitter::*signal)(Args...), void(*slot)(Args...)) - - - Connection - connect - namespaceCorrade_1_1Interconnect.html - a7476864056b3ca1a98430d5caef0e4b4 - (EmitterObject &emitter, Interconnect::Emitter::Signal(Emitter::*signal)(Args...), Lambda slot) - - - Connection - connect - namespaceCorrade_1_1Interconnect.html - a0d313f017168b64b817565ecb7100299 - (EmitterObject &emitter, Interconnect::Emitter::Signal(Emitter::*signal)(Args...), ReceiverObject &receiver, void(Receiver::*slot)(Args...)) - - - - Corrade::PluginManager - namespaceCorrade_1_1PluginManager.html - Corrade::PluginManager::AbstractManager - Corrade::PluginManager::AbstractManagingPlugin - Corrade::PluginManager::AbstractPlugin - Corrade::PluginManager::Manager - Corrade::PluginManager::PluginMetadata - - Containers::EnumSet< LoadState > - LoadStates - namespaceCorrade_1_1PluginManager.html - a61b14635bc0c147c65e8be80260ca891 - - - - - LoadState - namespaceCorrade_1_1PluginManager.html - aa240e935222a178e1acb5c0853f15547 - - NotFound - WrongPluginVersion - WrongInterfaceVersion - WrongMetadataFile - UnresolvedDependency - LoadFailed - Static - Loaded - NotLoaded - UnloadFailed - Required - Used - - - Utility::Debug & - operator<< - namespaceCorrade_1_1PluginManager.html - a73b06a0cd1333798b796a2061dc6bedd - (Utility::Debug &debug, PluginManager::LoadState value) - - - - Corrade::TestSuite - namespaceCorrade_1_1TestSuite.html - Corrade::TestSuite::Compare - Corrade::TestSuite::Comparator - Corrade::TestSuite::Comparator< double > - Corrade::TestSuite::Comparator< float > - Corrade::TestSuite::Tester - - - Corrade::TestSuite::Compare - namespaceCorrade_1_1TestSuite_1_1Compare.html - Corrade::TestSuite::Compare::Around - Corrade::TestSuite::Compare::Container - Corrade::TestSuite::Compare::File - Corrade::TestSuite::Compare::FileToString - Corrade::TestSuite::Compare::Greater - Corrade::TestSuite::Compare::GreaterOrEqual - Corrade::TestSuite::Compare::Less - Corrade::TestSuite::Compare::LessOrEqual - Corrade::TestSuite::Compare::SortedContainer - Corrade::TestSuite::Compare::StringToFile - - Around< T > - around - namespaceCorrade_1_1TestSuite_1_1Compare.html - a76165bdc14d6ddd8ba20356ffd11e2e5 - (T epsilon) - - - Corrade::Utility - namespaceCorrade_1_1Utility.html - Corrade::Utility::Directory - Corrade::Utility::String - Corrade::Utility::System - Corrade::Utility::Unicode - Corrade::Utility::AbstractHash - Corrade::Utility::AndroidLogStreamBuffer - Corrade::Utility::Arguments - Corrade::Utility::Configuration - Corrade::Utility::ConfigurationGroup - Corrade::Utility::ConfigurationValue - Corrade::Utility::ConfigurationValue< bool > - Corrade::Utility::ConfigurationValue< char32_t > - Corrade::Utility::ConfigurationValue< double > - Corrade::Utility::ConfigurationValue< float > - Corrade::Utility::ConfigurationValue< int > - Corrade::Utility::ConfigurationValue< long > - Corrade::Utility::ConfigurationValue< long double > - Corrade::Utility::ConfigurationValue< long long > - Corrade::Utility::ConfigurationValue< short > - Corrade::Utility::ConfigurationValue< std::string > - Corrade::Utility::ConfigurationValue< unsigned int > - Corrade::Utility::ConfigurationValue< unsigned long > - Corrade::Utility::ConfigurationValue< unsigned long long > - Corrade::Utility::ConfigurationValue< unsigned short > - Corrade::Utility::Debug - Corrade::Utility::Endianness - Corrade::Utility::Error - Corrade::Utility::Fatal - Corrade::Utility::HashDigest - Corrade::Utility::MurmurHash2 - Corrade::Utility::Resource - Corrade::Utility::Sha1 - Corrade::Utility::Warning - - Containers::EnumSet< ConfigurationValueFlag > - ConfigurationValueFlags - namespaceCorrade_1_1Utility.html - a4d1891e33318b3189e012812127acd8e - - - - std::integral_constant< bool,(Implementation::HasMemberBegin< T >::value||Implementation::HasBegin< T >::value||Implementation::HasStdBegin< T >::value)&&(Implementation::HasMemberEnd< T >::value||Implementation::HasEnd< T >::value||Implementation::HasStdEnd< T >::value)> - IsIterable - namespaceCorrade_1_1Utility.html - a43561aa129a33d6c7aa6cb828dacdf46 - - + Corrade::Utility::Path + namespaceCorrade_1_1Utility_1_1Path.html - ConfigurationValueFlag - namespaceCorrade_1_1Utility.html - acac747502f9bde1bf73cbfbe661c780d + ListFlag + namespaceCorrade_1_1Utility_1_1Path.html + aaedb816dc129cca78cbe29c2846f3c74 - Oct - Hex - Scientific - Uppercase - - - Debug & - operator<< - namespaceCorrade_1_1Utility.html - a0cd339017bd5cf30f3374f370cd8f19c - (Debug &debug, Debug::Color value) - - - void - sleep - namespaceCorrade_1_1Utility.html - a0e8ee1cd790d25f505ee1405ec15e238 - (std::size_t ms) - - - To - bitCast - namespaceCorrade_1_1Utility.html - a3831cece822dfde455336664676f6867 - (const From &from) + SkipDirectories - To - bitCast - namespaceCorrade_1_1Utility.html - a3831cece822dfde455336664676f6867 - (const From &from) + bool + make + namespaceCorrade_1_1Utility_1_1Path.html + a41321c89e0d8f23bdfb5b1b876b3ab82 + (Containers::StringView path) - Corrade::Utility::Directory - namespaceCorrade_1_1Utility_1_1Directory.html + Corrade::Containers + namespaceCorrade_1_1Containers.html - Containers::EnumSet< Flag > - Flags - namespaceCorrade_1_1Utility_1_1Directory.html - a9df63241a8c57cdd64316a82bc9713b5 - - - - - Flag - namespaceCorrade_1_1Utility_1_1Directory.html - a60fc75369f2d2d700d1cc758261cef35 + BasicStringView< const char > + StringView + namespaceCorrade_1_1Containers.html + a5ac77ad25e27290ff059450af138fbed - SkipDotAndDotDot - SkipFiles - SkipDirectories - SkipSpecial - SortAscending - SortDescending - - - std::string - fromNativeSeparators - namespaceCorrade_1_1Utility_1_1Directory.html - a454691f5180e746e5f37d50e5aab9f13 - (std::string path) - - - std::string - toNativeSeparators - namespaceCorrade_1_1Utility_1_1Directory.html - ae912c293390240c7c55cf36a3dd64fc3 - (std::string path) - - - std::string - path - namespaceCorrade_1_1Utility_1_1Directory.html - a222baead7128ec0cadc433e3a8c0059f - (const std::string &filename) - - - std::string - filename - namespaceCorrade_1_1Utility_1_1Directory.html - a07df998aa551057785f2db6c51e78e63 - (const std::string &filename) - - - std::string - join - namespaceCorrade_1_1Utility_1_1Directory.html - aa1c57ae6d2c15c7507ad1ae70810d4de - (const std::string &path, const std::string &filename) - - - bool - mkpath - namespaceCorrade_1_1Utility_1_1Directory.html - ad80859f373fbf1ed39b11eb27649c34b - (const std::string &path) - - - bool - rm - namespaceCorrade_1_1Utility_1_1Directory.html - ac78c147e3378045ca84362dc1617a5d2 - (const std::string &path) - - - bool - move - namespaceCorrade_1_1Utility_1_1Directory.html - aa3505c07378a35988f43dca3496f9631 - (const std::string &oldPath, const std::string &newPath) - - - bool - fileExists - namespaceCorrade_1_1Utility_1_1Directory.html - a1a83e17a2230dd6c04d33dac2a6e745f - (const std::string &filename) - - - bool - isSandboxed - namespaceCorrade_1_1Utility_1_1Directory.html - a3cc7a87483e3b192253cbe72d1cb1f98 - () - - - std::string - executableLocation - namespaceCorrade_1_1Utility_1_1Directory.html - a4e3dbc86c7b8d0c3c39d9802a9947b35 - () - - - std::string - home - namespaceCorrade_1_1Utility_1_1Directory.html - a8dcea7e885d165d77f8ef68814788bd9 - () - - - std::string - configurationDir - namespaceCorrade_1_1Utility_1_1Directory.html - a73ddfdc8249b1bc779e8bb58cd9c319a - (const std::string &name) - - - std::string - tmp - namespaceCorrade_1_1Utility_1_1Directory.html - a7b3ca5990decccd118261fe86824af70 - () - - - std::vector< std::string > - list - namespaceCorrade_1_1Utility_1_1Directory.html - a27708f99ad155cdf20dbfb7926478582 - (const std::string &path, Flags flags=Flags()) - - - Containers::Array< char > - read - namespaceCorrade_1_1Utility_1_1Directory.html - a4a9da22f34b0eb0f409b8183032b46db - (const std::string &filename) - - - std::string - readString - namespaceCorrade_1_1Utility_1_1Directory.html - afdc9b2319f9470117c4fb6b2ecf63187 - (const std::string &filename) - - - bool - write - namespaceCorrade_1_1Utility_1_1Directory.html - af3e40dd0b19be0b79e8d2bad631f9009 - (const std::string &filename, Containers::ArrayView< const void > data) - - - bool - writeString - namespaceCorrade_1_1Utility_1_1Directory.html - a2e31a8897f1f4d78ec7179d584ab0100 - (const std::string &filename, const std::string &data) - - - Containers::Array< char, MapDeleter > - map - namespaceCorrade_1_1Utility_1_1Directory.html - a769141becd7eed77b15c0d0d1a79cc04 - (const std::string &filename, std::size_t size) - - - Containers::Array< const char, MapDeleter > - mapRead - namespaceCorrade_1_1Utility_1_1Directory.html - a84c45342a8cec2111853f51873d82c9d - (const std::string &filename) - - - - Corrade::Utility::String - namespaceCorrade_1_1Utility_1_1String.html - - std::string - ltrim - namespaceCorrade_1_1Utility_1_1String.html - a5dcd2f1e07dfeb6b3f523b8fd7fcc0db - (std::string string) - - - std::string - rtrim - namespaceCorrade_1_1Utility_1_1String.html - a13384c2eb91136a2282cabcf6d40e7e7 - (std::string string) - - - std::string - trim - namespaceCorrade_1_1Utility_1_1String.html - ab1422c3f09858ed4959d7ddd022c913a - (std::string string) - - - std::vector< std::string > - splitWithoutEmptyParts - namespaceCorrade_1_1Utility_1_1String.html - ab0ad1369cf991d4a24ad9eb546da5994 - (const std::string &string) - - - std::vector< std::string > - split - namespaceCorrade_1_1Utility_1_1String.html - ac33538e87b593ea3025b97cb9c4f9c7d - (const std::string &string, char delimiter) - - - std::vector< std::string > - splitWithoutEmptyParts - namespaceCorrade_1_1Utility_1_1String.html - a223a1c3ccc10a0a1c0d3cea7e1bb8770 - (const std::string &string, char delimiter) - - - std::string - join - namespaceCorrade_1_1Utility_1_1String.html - a9af3018407a9cac247c09da9ac8e577d - (const std::vector< std::string > &strings, char delimiter) - - - std::string - joinWithoutEmptyParts - namespaceCorrade_1_1Utility_1_1String.html - ac2adb8eafce8ddb6f7c163bd112e5c57 - (const std::vector< std::string > &strings, char delimiter) - - - std::string - lowercase - namespaceCorrade_1_1Utility_1_1String.html - a09fde2ac2c5c7a28e0c694d22ca89ee6 - (std::string string) - - - std::string - uppercase - namespaceCorrade_1_1Utility_1_1String.html - a4593d63bc7b1f340584b21d6a169afe9 - (std::string string) - - - std::string - fromArray - namespaceCorrade_1_1Utility_1_1String.html - a3e5a23b4c3afe46b19c0ea93a098e634 - (const char *string) - - - std::string - fromArray - namespaceCorrade_1_1Utility_1_1String.html - acb24339bd65dda380b696d363f4cc799 - (const char *string, std::size_t length) - - - std::string - ltrim - namespaceCorrade_1_1Utility_1_1String.html - afc39c7e3c0d3da5bb4cfdf4bada808ab - (std::string string, const std::string &characters) - - - std::string - ltrim - namespaceCorrade_1_1Utility_1_1String.html - a9b120b72f24ac6c1266d60b112a131f6 - (std::string string, const char(&characters)[size]) - - - std::string - rtrim - namespaceCorrade_1_1Utility_1_1String.html - aa7519775e721a492a57c3752b6e0a5ae - (std::string string, const std::string &characters) - - - std::string - rtrim - namespaceCorrade_1_1Utility_1_1String.html - a787500cae52742d206c30a00d315bd88 - (std::string string, const char(&characters)[size]) - - - std::string - trim - namespaceCorrade_1_1Utility_1_1String.html - a010626127bd50cc902768b3fa50e8e8c - (std::string string, const std::string &characters) - - - std::string - trim - namespaceCorrade_1_1Utility_1_1String.html - a3e6ed45cb59343ff1c968cc7c5f74864 - (std::string string, const char(&characters)[size]) - - - std::vector< std::string > - splitWithoutEmptyParts - namespaceCorrade_1_1Utility_1_1String.html - ac0ff6b03a281fecebe8540c3aa86cd47 - (const std::string &string, const std::string &delimiters) - - - std::vector< std::string > - splitWithoutEmptyParts - namespaceCorrade_1_1Utility_1_1String.html - a1360ec5f0e3aa9a34af046480356292f - (const std::string &string, const char(&delimiters)[size]) - - - bool - beginsWith - namespaceCorrade_1_1Utility_1_1String.html - add091001179ac1455795365a3b667073 - (const std::string &string, const std::string &prefix) - - - bool - beginsWith - namespaceCorrade_1_1Utility_1_1String.html - aca63ac7667c9b71ce5e3240daf32316e - (const std::string &string, const char(&prefix)[size]) - - - bool - endsWith - namespaceCorrade_1_1Utility_1_1String.html - a810b5cb07e3a5e5063145ef47567ab7f - (const std::string &string, const std::string &suffix) - - - bool - endsWith - namespaceCorrade_1_1Utility_1_1String.html - ace94f739418cde7292a1e4ffdb75598e - (const std::string &string, const char(&suffix)[size]) - - - - Corrade::Utility::System - namespaceCorrade_1_1Utility_1_1System.html - - void - sleep - namespaceCorrade_1_1Utility_1_1System.html - a7f93179c285d2667b97d9b38476d4cda - (std::size_t ms) - - Corrade::Utility::Unicode - namespaceCorrade_1_1Utility_1_1Unicode.html - - std::pair< char32_t, std::size_t > - nextChar - namespaceCorrade_1_1Utility_1_1Unicode.html - a23fbffa5a6184ab6c29030e152182c29 - (Containers::ArrayView< const char > text, std::size_t cursor) - - - std::pair< char32_t, std::size_t > - prevChar - namespaceCorrade_1_1Utility_1_1Unicode.html - ab5eed1f9f89a2e19eaef0c0f64fb9900 - (Containers::ArrayView< const char > text, std::size_t cursor) - - - std::size_t - utf8 - namespaceCorrade_1_1Utility_1_1Unicode.html - a0b1547a3b650117161826a75943e5946 - (char32_t character, Containers::StaticArrayView< 4, char > result) - - - std::u32string - utf32 - namespaceCorrade_1_1Utility_1_1Unicode.html - a738435f73e123822a70f692d9d9cfec8 - (const std::string &text) - - - std::pair< char32_t, std::size_t > - nextChar - namespaceCorrade_1_1Utility_1_1Unicode.html - a3cd253f620e843e9ecac1d427b7c070f - (const std::string &text, const std::size_t cursor) - - - std::pair< char32_t, std::size_t > - nextChar - namespaceCorrade_1_1Utility_1_1Unicode.html - a634c36aab0be25e8417905c1a1b492c4 - (const char(&text)[size], const std::size_t cursor) - - - std::pair< char32_t, std::size_t > - prevChar - namespaceCorrade_1_1Utility_1_1Unicode.html - ad231509de72398162b11d48f9ea75f85 - (const std::string &text, const std::size_t cursor) - - - std::pair< char32_t, std::size_t > - prevChar - namespaceCorrade_1_1Utility_1_1Unicode.html - ab7b8f89831f52d67d311c5886b847ce6 - (const char(&text)[size], const std::size_t cursor) - - - std::wstring - widen - namespaceCorrade_1_1Utility_1_1Unicode.html - af92cf003d4c9bf36b0a53777ab5a0445 - (const std::string &text) - - - std::wstring - widen - namespaceCorrade_1_1Utility_1_1Unicode.html - aa4f142c6268dbd30d3b816e36e9ab37b - (Containers::ArrayView< const char > text) - - - std::wstring - widen - namespaceCorrade_1_1Utility_1_1Unicode.html - a025f6762f095b8180ce0569573b82380 - (const char *text) - - - std::string - narrow - namespaceCorrade_1_1Utility_1_1Unicode.html - ad81ae601a86426189543698218fb276d - (const std::wstring &text) - - - std::string - narrow - namespaceCorrade_1_1Utility_1_1Unicode.html - a68b980fd21405108c7eb80d1b07408e6 - (Containers::ArrayView< const wchar_t > text) - - - std::string - narrow - namespaceCorrade_1_1Utility_1_1Unicode.html - a7dfc7f84250f3a9a16f4a8fb4bc7a97b - (const wchar_t *text) - + + Corrade::Containers::String + classCorrade_1_1Containers_1_1String.html + Containers-String-stl building-corrade - Downloading and building + Downloading and building Corrade building-corrade - building-corrade-download - building-corrade-compilation - building-corrade-cmake - building-corrade-linux - building-corrade-windows - building-corrade-windows-msvc - building-corrade-windows-qtcreator - building-corrade-features - building-corrade-tests - building-corrade-doc - building-corrade-examples - building-corrade-packages - building-corrade-packages-arch - building-corrade-packages-gentoo - building-corrade-packages-rpm - building-corrade-packages-deb - building-corrade-packages-brew - building-corrade-cross - building-corrade-cross-winrt - building-corrade-cross-win - building-corrade-cross-emscripten - building-corrade-cross-ios - building-corrade-cross-android - building-corrade-ci - building-corrade-ci-travis - building-corrade-ci-appveyor - - - corrade-cmake - Usage with CMake - corrade-cmake - corrade-cmake-modules - corrade-cmake-functions - corrade-cmake-add-test - corrade-cmake-add-resource - corrade-cmake-add-plugin - corrade-cmake-add-static-plugin - corrade-cmake-find-dlls-for-libs - corrade-example-index - Examples and tutorials - corrade-example-index - - - corrade-coding-style - Coding style - corrade-coding-style - corrade-coding-style-text - corrade-coding-style-cmake - corrade-coding-style-cpp - corrade-coding-style-cpp-filesystem - corrade-coding-style-cpp-files - corrade-coding-style-cpp-format - corrade-coding-style-cpp-naming - corrade-coding-style-cpp-forward-declarations - corrade-coding-style-cpp-namespace - corrade-coding-style-cpp-classes - corrade-coding-style-cpp-style - corrade-coding-style-cpp-switches - corrade-coding-style-cpp-keywords - corrade-coding-style-cpp-macros - corrade-coding-style-cpp-constructors - corrade-coding-style-cpp-constexpr - corrade-coding-style-cpp-assert - corrade-coding-style-cpp-enum-inheritance - corrade-coding-style-cpp-pointers - corrade-coding-style-cpp-forbidden - corrade-coding-style-cpp-heavy-headers - corrade-coding-style-cpp-using - corrade-coding-style-cpp-backward - corrade-coding-style-cpp-enums - corrade-coding-style-cpp-anonymous-namespace - corrade-coding-style-comments - corrade-coding-style-documentation - corrade-coding-style-documentation-ordering - corrade-coding-style-documentation-commands - corrade-coding-style-documentation-commands-todoc - corrade-coding-style-documentation-commands-debugoperator - corrade-coding-style-documentation-commands-configurationvalue - corrade-coding-style-documentation-commands-partialsupport - corrade-coding-style-documentation-commands-experimental - corrade-coding-style-git - - - corrade-changelog - Changelog - corrade-changelog - corrade-changelog-latest - corrade-changelog-2015-05 - corrade-changelog-2014-06 - corrade-changelog-2014-01 - corrade-changelog-2013-10 - corrade-changelog-2013-08 - corrade-changelog-initial + testsuite + Testing and benchmarking + testsuite - interconnect - Signals and slots - interconnect - interconnect-signals - interconnect-slots - interconnect-connecting - interconnect-emitting - interconnect-compiling + corrade-cmake + Using Corrade with CMake + corrade-cmake + corrade-cmake-add-test plugin-management - Plugin management tutorial + Plugin management plugin-management - plugin-management-interface - plugin-management-plugin - plugin-management-compilation - plugin-management-management - - - resource-management - Resource management tutorial - resource-management - resource-management-compilation - resource-management-management - - - testsuite - Testing and benchmarking with TestSuite - testsuite - testsuite-class - testsuite-compilation - - - index - - index - corrade-mainpage-platforms - corrade-mainpage-features - corrade-mainpage-building - corrade-mainpage-getting-started - corrade-mainpage-hacking - corrade-mainpage-license diff --git a/doc/plugins/links.rst b/doc/plugins/links.rst index a1d49ffd..664001e7 100644 --- a/doc/plugins/links.rst +++ b/doc/plugins/links.rst @@ -294,23 +294,23 @@ and adding the :rst:`:class:` option. .. role:: dox-flat(dox) :class: m-flat - - Function link: :dox:`Utility::Directory::mkpath()` - - Class link: :dox:`Interconnect::Emitter` - - Page link: :dox:`building-corrade` + - Function link: :dox:`Utility::Path::make()` + - Class link: :dox:`Containers::String` + - Page link: :dox:`corrade-cmake` - :dox:`Custom link title ` - :dox:`Link to documentation index page ` - - :dox:`Link to an anchor ` + - :dox:`Link to an anchor ` - Flat link: :dox-flat:`plugin-management` .. role:: dox-flat(dox) :class: m-flat - - Function link: :dox:`Utility::Directory::mkpath()` - - Class link: :dox:`Interconnect::Emitter` - - Page link: :dox:`building-corrade` + - Function link: :dox:`Utility::Path::make()` + - Class link: :dox:`Containers::String` + - Page link: :dox:`corrade-cmake` - :dox:`Custom link title ` - :dox:`Link to documentation index page ` - - :dox:`Link to an anchor ` + - :dox:`Link to an anchor ` - Flat link: :dox-flat:`plugin-management` It's also possible to add custom CSS classes via a fourth tuple item. For diff --git a/documentation/test_doxygen/contents_tagfile/index.html b/documentation/test_doxygen/contents_tagfile/index.html index 860da517..37cac36c 100644 --- a/documentation/test_doxygen/contents_tagfile/index.html +++ b/documentation/test_doxygen/contents_tagfile/index.html @@ -22,7 +22,7 @@

My Project

-

See CORRADE_INTERNAL_ASSERT() for more information.

Corrade::Utility::Resource rx;
+

See CORRADE_ASSERT() for more information.

Corrade::Utility::Resource rx;
diff --git a/documentation/test_doxygen/contents_tagfile/input.dox b/documentation/test_doxygen/contents_tagfile/input.dox index e7c385d9..9c3e3f5e 100644 --- a/documentation/test_doxygen/contents_tagfile/input.dox +++ b/documentation/test_doxygen/contents_tagfile/input.dox @@ -1,6 +1,6 @@ /** @mainpage -See @ref CORRADE_INTERNAL_ASSERT() for more information. +See @ref CORRADE_ASSERT() for more information. @code{.cpp} Corrade::Utility::Resource rx; diff --git a/plugins/m/test/dox/page.html b/plugins/m/test/dox/page.html index 64f49a99..2cab3949 100644 --- a/plugins/m/test/dox/page.html +++ b/plugins/m/test/dox/page.html @@ -24,24 +24,27 @@

m.dox

These should produce warnings:

  • Link to nonexistent name will be rendered as code: nonExistent()
  • Link to nonexistent name with custom title will be just text
  • Link to a section that doesn't have a title will keep the ID (this may -break on tagfile update, watch out): corrade-cmake-add-test
  • +break on tagfile update, watch out): Add unit test using Corrade's TestSuite
  • Link to index page without title will have the tag file basename: corrade
diff --git a/plugins/m/test/dox/page.rst b/plugins/m/test/dox/page.rst index a9f09cd4..62b8728b 100644 --- a/plugins/m/test/dox/page.rst +++ b/plugins/m/test/dox/page.rst @@ -4,16 +4,19 @@ m.dox .. role:: dox-flat(dox) :class: m-flat -- Function link: :dox:`Utility::Directory::mkpath()` -- Class link: :dox:`Interconnect::Emitter` +- Function link: :dox:`Utility::Path::make()` +- Class link: :dox:`Containers::String` - Page link: :dox:`building-corrade` +- Typedef link: :dox:`Containers::StringView` +- Enum link: :dox:`Utility::Path::ListFlag` +- Enum value link: :dox:`Utility::Path::ListFlag::SkipDirectories` - :dox:`Custom link title ` - :dox:`Page link with custom title ` - :dox:`Link to index page ` -- :dox:`Link to class documentation section ` +- :dox:`Link to class documentation section ` - :dox:`Link to index page with hash after ` - :dox:`Link to page with hash after ` -- :dox:`Link to class with query and hash after ` +- :dox:`Link to class with query and hash after ` - Flat link: :dox-flat:`plugin-management` These should produce warnings: diff --git a/plugins/m/test/dox/page_css_classes.html b/plugins/m/test/dox/page_css_classes.html index f6aa3de3..0d764751 100644 --- a/plugins/m/test/dox/page_css_classes.html +++ b/plugins/m/test/dox/page_css_classes.html @@ -24,24 +24,27 @@

m.dox

These should produce warnings:

  • Link to nonexistent name will be rendered as code: nonExistent()
  • Link to nonexistent name with custom title will be just text
  • Link to a section that doesn't have a title will keep the ID (this may -break on tagfile update, watch out): corrade-cmake-add-test
  • +break on tagfile update, watch out): Add unit test using Corrade's TestSuite
  • Link to index page without title will have the tag file basename: corrade
-- 2.30.2