39 #ifndef BLOCXX_GETPASS_HPP_INCLUDE_GUARD_
40 #define BLOCXX_GETPASS_HPP_INCLUDE_GUARD_
41 #include "blocxx/BLOCXX_config.h"
46 namespace BLOCXX_NAMESPACE
73 namespace BLOCXX_GetPass = BLOCXX_NAMESPACE::GetPass;
This String class is an abstract data type that represents as NULL terminated string of characters...
BLOCXX_COMMON_API String getPass(const String &prompt)
The getpass function displays a prompt to the standard error output, and reads in a password from /de...