Corrade namespace

Root namespace.

Contents

Root namespace alone doesn't contain any functionality except for the Corrade/Corrade.h header, see subnamespaces for more information. To use the base from CMake, you need to request the Corrade package and link to the Corrade::Corrade target:

find_package(Corrade REQUIRED)

# ...
target_link_libraries(your-app Corrade::Corrade)

See also Downloading and building Corrade and Using Corrade with CMake for more information.

Namespaces

namespace Containers
Container implementations.
namespace Interconnect
Signal/slot connections.
namespace PluginManager
Plugin management.
namespace TestSuite
Test suite.
namespace Utility
Utitlities.