Roc Toolkit internal modules
Roc Toolkit: real-time audio streaming
print_buffer.h File Reference

Print buffer to console. More...

#include "roc_core/stddefs.h"
Include dependency graph for print_buffer.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 roc
 Root namespace.
 
 roc::core
 General-purpose building blocks and platform abstraction layer.
 

Functions

void roc::core::print_buffer (const uint8_t *data, size_t size)
 Print buffer. More...
 
void roc::core::print_buffer (const uint16_t *data, size_t size)
 Print buffer. More...
 
void roc::core::print_buffer (const uint32_t *data, size_t size)
 Print buffer. More...
 
void roc::core::print_buffer (const uint64_t *data, size_t size)
 Print buffer. More...
 
void roc::core::print_buffer (const int8_t *data, size_t size)
 Print buffer. More...
 
void roc::core::print_buffer (const int16_t *data, size_t size)
 Print buffer. More...
 
void roc::core::print_buffer (const int32_t *data, size_t size)
 Print buffer. More...
 
void roc::core::print_buffer (const int64_t *data, size_t size)
 Print buffer. More...
 
void roc::core::print_buffer (const float *data, size_t size)
 Print floats buffer. More...
 
void roc::core::print_buffer (const double *data, size_t size)
 Print floats buffer. More...
 
void roc::core::print_buffer_slice (const uint8_t *inner, size_t inner_size, const uint8_t *outer, size_t outer_size)
 Print a slice of a buffer. More...
 
void roc::core::print_buffer_slice (const uint16_t *inner, size_t inner_size, const uint16_t *outer, size_t outer_size)
 Print a slice of a buffer. More...
 
void roc::core::print_buffer_slice (const uint32_t *inner, size_t inner_size, const uint32_t *outer, size_t outer_size)
 Print a slice of a buffer. More...
 
void roc::core::print_buffer_slice (const uint64_t *inner, size_t inner_size, const uint64_t *outer, size_t outer_size)
 Print a slice of a buffer. More...
 
void roc::core::print_buffer_slice (const int8_t *inner, size_t inner_size, const int8_t *outer, size_t outer_size)
 Print a slice of a buffer. More...
 
void roc::core::print_buffer_slice (const int16_t *inner, size_t inner_size, const int16_t *outer, size_t outer_size)
 Print a slice of a buffer. More...
 
void roc::core::print_buffer_slice (const int32_t *inner, size_t inner_size, const int32_t *outer, size_t outer_size)
 Print a slice of a buffer. More...
 
void roc::core::print_buffer_slice (const int64_t *inner, size_t inner_size, const int64_t *outer, size_t outer_size)
 Print a slice of a buffer. More...
 
void roc::core::print_buffer_slice (const float *inner, size_t inner_size, const float *outer, size_t outer_size)
 Print a slice of a buffer. More...
 
void roc::core::print_buffer_slice (const double *inner, size_t inner_size, const double *outer, size_t outer_size)
 Print a slice of a buffer. More...
 

Detailed Description

Print buffer to console.

Definition in file print_buffer.h.