NetBurner 3.5.7
PDF Version
TEMPL_MBOX< T > Class Template Reference

Type-safe template wrapper around OS_MBOX for passing typed pointer messages. More...

#include <nbrtos.h>

Detailed Description

template<typename T>
class TEMPL_MBOX< T >

Type-safe template wrapper around OS_MBOX for passing typed pointer messages.

Provides the same interface as OS_MBOX but casts messages to and from the specified pointer type, eliminating the need for manual void-pointer casts.

Template Parameters
TThe type of objects whose pointers will be stored in the mailbox.
See also
OS_MBOX, TEMPL_Q, TEMPL_FIFO

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