#include "ace/Codecs.h"#include "ace/Log_Msg.h"#include "ace/OS_Memory.h"#include "ace/OS_NS_ctype.h"Include dependency graph for Codecs.cpp:

Go to the source code of this file.
Variables | |
| ACE_Byte const | alphabet [] |
| ACE_Byte const | pad = '=' |
| int const | max_columns = 72 |
|
|
Initial value:
"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/"
Definition at line 18 of file Codecs.cpp. Referenced by ACE_Base64::encode(), and ACE_Base64::init(). |
|
|
Definition at line 26 of file Codecs.cpp. Referenced by ACE_Base64::encode(). |
|
|
Definition at line 22 of file Codecs.cpp. Referenced by ACE_Base64::decode(), ACE_Base64::encode(), and ACE_Base64::length(). |
1.3.6