![]() |
Murl Engine API
Version 2018.3
|
The Base64 state class. More...
#include <murl_util_encoding_base64.h>
The Base64 state class.
The Base64State class is the base class of the Base64Encoder and Base64Decoder class to accomplish sequential Base64Encoder::Encode or Base64Decoder::Decode calls.
Public Types | |
enum | Step { STEP_A, STEP_B, STEP_C, STEP_D } |
State enumeration. More... | |
Public Member Functions | |
Base64State () | |
The default constructor. | |
Public Attributes | |
Step | mStep |
The current state. More... | |
Char | mChar |
The current character. More... | |
Step Murl::Util::Base64State::mStep |
The current state.
Char Murl::Util::Base64State::mChar |
The current character.