FreeRTOS Addons
Loading...
Searching...
No Matches
Public Member Functions | List of all members
cpp_freertos::MemoryPoolMallocException Class Reference

#include <mem_pool.hpp>

Inheritance diagram for cpp_freertos::MemoryPoolMallocException:

Public Member Functions

 MemoryPoolMallocException ()
 
virtual const char * what () const throw ()
 

Detailed Description

This is the exception that is thrown if a MemoryPool malloc fails.

Constructor & Destructor Documentation

◆ MemoryPoolMallocException()

cpp_freertos::MemoryPoolMallocException::MemoryPoolMallocException ( )
inline

Create the exception.

Member Function Documentation

◆ what()

virtual const char * cpp_freertos::MemoryPoolMallocException::what ( ) const
throw (
)
inlinevirtual

Get what happened as a string. We are overriding the base implementation here.


The documentation for this class was generated from the following file: