#include <left_right_sequence.h>
Classes | |
union | X |
Public Types | |
enum | { inline_raw_cap = cap } |
typedef left_right_rep< L, R > ::align_type | align_type |
typedef left_right_rep< L, R > ::buf_type | buf_type |
Public Member Functions | |
buf_type * | extra () |
Public Attributes | |
union bk_lib::detail::with_inline_buffer::X | rep_ |
Definition at line 196 of file left_right_sequence.h.
typedef left_right_rep<L, R>::align_type bk_lib::detail::with_inline_buffer< L, R, cap >::align_type |
Reimplemented from bk_lib::detail::left_right_rep< L, R >.
Definition at line 198 of file left_right_sequence.h.
typedef left_right_rep<L, R>::buf_type bk_lib::detail::with_inline_buffer< L, R, cap >::buf_type |
Reimplemented from bk_lib::detail::left_right_rep< L, R >.
Definition at line 197 of file left_right_sequence.h.
anonymous enum |
Definition at line 199 of file left_right_sequence.h.
buf_type* bk_lib::detail::with_inline_buffer< L, R, cap >::extra | ( | ) | [inline] |
Definition at line 200 of file left_right_sequence.h.
union bk_lib::detail::with_inline_buffer::X bk_lib::detail::with_inline_buffer< L, R, cap >::rep_ |