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