dune-grid  2.2.0
Public Types | Public Member Functions | Public Attributes
Dune::b64txt Struct Reference

struct with three bytes of text More...

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

List of all members.

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]

References size, and txt.

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

int Dune::b64txt::read ( const char *  t,
size_type  s 
) [inline]

References size, and txt.

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


Member Data Documentation

Referenced by put(), and read().


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