SoDaRadio-12.2.0-cut_dependencies:6c82803
Loading...
Searching...
No Matches
SoDa::FBuf Class Reference

Buf specialized buffer for floats only. More...

#include <SoDaBase.hxx>

Inheritance diagram for SoDa::FBuf:
SoDa::Buf< float >

Public Member Functions

 FBuf (unsigned int size)
Public Member Functions inherited from SoDa::Buf< float >
unsigned int size ()
bool copy (const std::shared_ptr< Buf< float > > &src)
bool setSize (size_t size)
 set the length of the buffer (in number of complex floats.)
std::vector< float > & getBuf ()
float & operator[] (size_t index)

Static Public Member Functions

static FBufPtr make (unsigned int _size)

Additional Inherited Members

Protected Member Functions inherited from SoDa::Buf< float >
 Buf (unsigned int size)
 constructor: Allocate a complex/real buffer of complex data values
Protected Attributes inherited from SoDa::Buf< float >
std::vector< float > buf

Detailed Description

Buf specialized buffer for floats only.

Definition at line 299 of file SoDaBase.hxx.

Constructor & Destructor Documentation

◆ FBuf()

SoDa::FBuf::FBuf ( unsigned int size)

Member Function Documentation

◆ make()

FBufPtr SoDa::FBuf::make ( unsigned int _size)
static

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