iceoryx2
C++ Language Bindings
Loading...
Searching...
No Matches
Todo List
Namespace iox2
iox-#1755 the content of this file should be customizable; in order to achieve this, this file will be moved to iceoryx_hoofs |- customization |- log |- iceoryx_hoofs |- log |- logger.hpp the iceoryx_hoofs/customization/log path can then be set via cmake argument or toolchain file and by default will point the the implementation in iceoryx_hoofs. This is similar to the iceoryx_platform customization.
Class iox2::bb::stl::detail::OptionalValueHolder< T >
Proper handling of cond. explicit, cond. noexcept and triviality of special member functions.
Class iox2::bb::stl::Optional< T >
Iterator and monadic APIs.
Class iox2::legacy::convert
iox-#260 Refactor 'convert' so that one can use 'into' to directly to convert numbers to strings: 'ClassExpectingAString(iox2::bb::into<iox2::bb::StaticString<100>>(42)'
Member iox2::legacy::log::ConsoleLogger::getLogLevel () noexcept
iox-#1755 update the design document with the requirement that this method must not have side effects
Member iox2::legacy::log::equalStrings (const char *lhs, const char(&rhs)[N]) noexcept
iox-#1755 move this to e.g. helplets once we are able to depend on on it
Member iox2::legacy::log::IGNORE_ACTIVE_LOG_LEVEL
iox-#1755 make this a option a cmake argument and use via a compile define
Member iox2::legacy::log::LogStream::operator<< (const std::string &str) noexcept
iox-#1755 instead of using std::string we could also accept everything with a c_str() method and avoid the std::string dependency; alternatively this could be implemented as free function