MOS Source Code
Loading...
Searching...
No Matches
Buffer< buf_size > Struct Template Reference

#include <console.hpp>

Public Member Functions

u8 buf[buf_size] __aligned (buf_size)
 

Public Attributes

const size_t size = buf_size
 

Detailed Description

template<size_t buf_size>
struct Buffer< buf_size >

Definition at line 27 of file console.hpp.

Member Function Documentation

◆ __aligned()

template<size_t buf_size>
u8 buf[buf_size] __aligned ( buf_size )

Member Data Documentation

◆ size

template<size_t buf_size>
const size_t size = buf_size

Definition at line 30 of file console.hpp.

Referenced by Console::Console().


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