Base enum name | NBaseOutput | |
DECIMAL enum value | NBaseOutput | |
HEXADECIMAL enum value | NBaseOutput | |
NBaseOutput(void) | NBaseOutput | |
NDebug(void) | NDebug | [protected] |
OCTAL enum value | NBaseOutput | |
operator<<(nint32 val) | NDebug | |
operator<<(nuint32 val) | NDebug | |
operator<<(nint64 val) | NDebug | |
operator<<(nuint64 val) | NDebug | |
operator<<(double d) | NDebug | |
operator<<(char c) | NDebug | |
operator<<(const NString &str) | NDebug | |
operator<<(const void *ptr) | NDebug | |
operator<<(const char *str) | NDebug | |
print(void) | NDebug | [static] |
print(int val) | NDebug | [protected] |
print(double d) | NDebug | [protected] |
print(char c) | NDebug | [protected] |
print(const NString &str) | NDebug | [protected] |
NBaseOutput::print(nuint32 val) | NBaseOutput | [protected] |
NBaseOutput::print(nint64 val) | NBaseOutput | [protected] |
NBaseOutput::print(nuint64 val) | NBaseOutput | [protected] |
NBaseOutput::print(const void *ptr) | NBaseOutput | [protected, static] |
NBaseOutput::print(const char *str) | NBaseOutput | [protected, static] |
println(const NString &str) | NDebug | [protected] |
setBase(Base base) | NBaseOutput | |
~NBaseOutput(void) | NBaseOutput | [virtual] |
~NDebug(void) | NDebug |