Skip to content

Class cubmem::stack_block

template <size_t S>

ClassList > cubmem > stack_block

  • #include <mem_block.hpp>

Public Attributes

Type Name
std::int64_t dummy
char m_buf

Public Static Attributes

Type Name
const size_t SIZE = S

Public Functions

Type Name
char * get_ptr (void)
const char * get_read_ptr () const
stack_block (void) = default

Public Attributes Documentation

variable dummy

std::int64_t cubmem::stack_block< S >::dummy;

variable m_buf

char cubmem::stack_block< S >::m_buf[SIZE];

Public Static Attributes Documentation

variable SIZE

const size_t cubmem::stack_block< S >::SIZE;

Public Functions Documentation

function get_ptr

inline char * cubmem::stack_block::get_ptr (
    void
) 

function get_read_ptr

inline const  char * cubmem::stack_block::get_read_ptr () const

function stack_block

cubmem::stack_block::stack_block (
    void
) = default


The documentation for this class was generated from the following file cubrid/src/base/mem_block.hpp