dune-grid 2.9.0
Public Types | Public Member Functions | Public Attributes | List of all members
Dune::b64chunk Struct Reference

struct representing the three byte text as well as the four 6 bit chunks More...

#include <dune/grid/io/file/vtk/b64enc.hh>

Public Types

using size_type = unsigned char
 

Public Member Functions

void reset ()
 
int read (const char *t, size_type s)
 
void put (const char c)
 
void write (char *t)
 

Public Attributes

size_type size
 
char txt [3]
 

Detailed Description

struct representing the three byte text as well as the four 6 bit chunks

Member Typedef Documentation

◆ size_type

using Dune::b64chunk::size_type = unsigned char

Member Function Documentation

◆ put()

void Dune::b64chunk::put ( const char  c)
inline

◆ read()

int Dune::b64chunk::read ( const char *  t,
size_type  s 
)
inline

◆ reset()

void Dune::b64chunk::reset ( )
inline

◆ write()

void Dune::b64chunk::write ( char *  t)
inline

Member Data Documentation

◆ size

size_type Dune::b64chunk::size

◆ txt

char Dune::b64chunk::txt[3]

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