FreeRTOS C++ Wrappers  1.6.0
C++ interface to FreeRTOS
Public Member Functions | Private Attributes | List of all members
cpp_freertos::MemoryPoolBadAlignmentException Class Reference

#include <mem_pool.hpp>

Inheritance diagram for cpp_freertos::MemoryPoolBadAlignmentException:
Inheritance graph
[legend]
Collaboration diagram for cpp_freertos::MemoryPoolBadAlignmentException:
Collaboration graph
[legend]

Public Member Functions

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

Private Attributes

char errorString [80]
 

Detailed Description

This is the exception that is thrown if the Alignment argument is invalid.

Definition at line 100 of file mem_pool.hpp.

Constructor & Destructor Documentation

◆ MemoryPoolBadAlignmentException()

cpp_freertos::MemoryPoolBadAlignmentException::MemoryPoolBadAlignmentException ( )
inline

Create the exception.

Definition at line 106 of file mem_pool.hpp.

Member Function Documentation

◆ what()

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

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

Definition at line 115 of file mem_pool.hpp.

Member Data Documentation

◆ errorString

char cpp_freertos::MemoryPoolBadAlignmentException::errorString[80]
private

A text string representing what failed.

Definition at line 124 of file mem_pool.hpp.


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