16 #ifndef INCLUDE_NN_NLIB_BASE64INPUTSTREAM_H_ 17 #define INCLUDE_NN_NLIB_BASE64INPUTSTREAM_H_ 33 struct Base64InputStreamPrivate;
34 Base64InputStreamPrivate* prv_;
39 #endif // INCLUDE_NN_NLIB_BASE64INPUTSTREAM_H_ #define NLIB_OVERRIDE
Defines override if it is available for use. If not, holds an empty string.
CharOption
Variations for the 62nd and 63rd characters in Base64 can be specified.
#define NLIB_DISALLOW_COPY_AND_ASSIGN(TypeName)
Prohibits use of the copy constructor and assignment operator for the class specified by TypeName...
Defines the class for encoding and decoding Base64.
#define NLIB_NOEXCEPT
Defines noexcept geared to the environment, or the equivalent.
#define NLIB_CEXPR
Defines constexpr if it is available for use. If not, holds an empty string.
#define NLIB_FINAL
Defines final if it is available for use. If not, holds an empty string.