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

struct with three bytes of text More...

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

Public Types

typedef unsigned char size_type
 

Public Member Functions

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

Public Attributes

size_type size
 
char txt [3]
 

Detailed Description

struct with three bytes of text

Member Typedef Documentation

typedef unsigned char Dune::b64txt::size_type

Member Function Documentation

void Dune::b64txt::put ( const char  c)
inline
int Dune::b64txt::read ( const char *  t,
size_type  s 
)
inline

References size.

Referenced by Dune::Base64Stream::Base64Stream().

Member Data Documentation

size_type Dune::b64txt::size
char Dune::b64txt::txt[3]

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