IODA Bundle
EndianCodecSave Class Reference

Public Member Functions

 EndianCodecSave (bool bigEndianData, Codec &codec)
 
const char * data () const
 
eckit::Offset position () const
 
char * get ()
 
void set (char *p)
 

Private Attributes

eckit::Buffer buffer_
 
eckit::Offset position_
 

Detailed Description

Definition at line 71 of file test_codecs_write.cc.

Constructor & Destructor Documentation

◆ EndianCodecSave()

EndianCodecSave::EndianCodecSave ( bool  bigEndianData,
Codec codec 
)
inline

Definition at line 75 of file test_codecs_write.cc.

Here is the call graph for this function:

Member Function Documentation

◆ data()

const char* EndianCodecSave::data ( ) const
inline

Definition at line 89 of file test_codecs_write.cc.

Here is the caller graph for this function:

◆ get()

char* EndianCodecSave::get ( )
inline

Definition at line 92 of file test_codecs_write.cc.

Here is the caller graph for this function:

◆ position()

eckit::Offset EndianCodecSave::position ( ) const
inline

Definition at line 90 of file test_codecs_write.cc.

Here is the caller graph for this function:

◆ set()

void EndianCodecSave::set ( char *  p)
inline

Definition at line 93 of file test_codecs_write.cc.

Here is the caller graph for this function:

Member Data Documentation

◆ buffer_

eckit::Buffer EndianCodecSave::buffer_
private

Definition at line 100 of file test_codecs_write.cc.

◆ position_

eckit::Offset EndianCodecSave::position_
private

Definition at line 101 of file test_codecs_write.cc.


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