_COM_AZURE_DEV__BASE__OVERRIDE_ALLOC() (defined in DynamicObject) | DynamicObject | |
Action enum name | FormatOutputStream | related |
addCharacterField(const char *buffer, MemorySize size) | FormatOutputStream | |
addCharacterField(const wchar *buffer, MemorySize size) | FormatOutputStream | |
addCharacterField(const char16_t *buffer, MemorySize size) | FormatOutputStream | |
addCharacterField(const char32_t *buffer, MemorySize size) | FormatOutputStream | |
addDateField(const Date &date) | FormatOutputStream | |
addIntegerField(const char *buffer, MemorySize size, bool isSigned) | FormatOutputStream | |
buffer | BufferedOutputStream | protected |
BufferedOutputStream(OutputStream &out, unsigned int size=DEFAULT_BUFFER_SIZE) | BufferedOutputStream | |
close() | FilterOutputStream | virtual |
context | FormatOutputStream | protected |
DEFAULT_BUFFER_SIZE | BufferedOutputStream | static |
DEFAULT_CONTEXT | FormatOutputStream | protectedstatic |
DEFAULT_EOL (defined in FormatOutputStream) | FormatOutputStream | static |
DEFAULT_FLAGS (defined in FormatOutputStream) | FormatOutputStream | static |
DEFAULT_INTEGER_BASE (defined in FormatOutputStream) | FormatOutputStream | static |
DEFAULT_JUSTIFICATION (defined in FormatOutputStream) | FormatOutputStream | static |
DEFAULT_MAJOR_DATE_FORMAT (defined in FormatOutputStream) | FormatOutputStream | static |
DEFAULT_NAMED_DATE_FORMAT (defined in FormatOutputStream) | FormatOutputStream | static |
DEFAULT_PRECISION (defined in FormatOutputStream) | FormatOutputStream | static |
DEFAULT_RADIX_POSITION (defined in FormatOutputStream) | FormatOutputStream | static |
DEFAULT_REAL_BASE (defined in FormatOutputStream) | FormatOutputStream | static |
DEFAULT_REAL_STYLE (defined in FormatOutputStream) | FormatOutputStream | static |
DEFAULT_WIDTH (defined in FormatOutputStream) | FormatOutputStream | static |
defaultContext | FormatOutputStream | protected |
DynamicObject() noexcept | DynamicObject | inline |
FilterOutputStream(OutputStream &out) | FilterOutputStream | explicit |
flush() | BufferedOutputStream | virtual |
FormatOutputStream(OutputStream &out, unsigned int size=DEFAULT_BUFFER_SIZE) | FormatOutputStream | |
FormatOutputStream(const FormatOutputStream ©)=delete (defined in FormatOutputStream) | FormatOutputStream | |
getBase() const noexcept | FormatOutputStream | inline |
getContext(Context &context) noexcept | FormatOutputStream | |
getFlags() const noexcept | FormatOutputStream | inline |
getNumberOfReferences_INTERNAL() const noexcept | ReferenceCountedObject | inline |
getOutputStream() noexcept | FilterOutputStream | inline |
getPrecision() const noexcept | FormatOutputStream | inline |
getRealBase() const noexcept | FormatOutputStream | inline |
getWidth() const noexcept | FormatOutputStream | inline |
Guard typedef | FormatOutputStream | |
guard | FormatOutputStream | protected |
indent(unsigned int size, bool useTab=false) | FormatOutputStream | |
isANSITerminal() | FormatOutputStream | |
isValidObject() const noexcept | DynamicObject | |
MAXIMUM_PRECISION | FormatOutputStream | static |
MAXIMUM_SIZE | FormatOutputStream | static |
MAXIMUM_WIDTH | FormatOutputStream | static |
MINIMUM_BUFFER_SIZE | BufferedOutputStream | static |
operator<<(Action action) | FormatOutputStream | |
operator<<(Indent indent) | FormatOutputStream | inline |
operator<<(TabIndent indent) | FormatOutputStream | inline |
operator<<(const SourceCodeLocation &location) | FormatOutputStream | |
operator<<(const char(&literal)[SIZE]) | FormatOutputStream | inline |
operator<<(bool value) (defined in FormatOutputStream) | FormatOutputStream | |
operator<<(char value) (defined in FormatOutputStream) | FormatOutputStream | inline |
operator<<(wchar value) (defined in FormatOutputStream) | FormatOutputStream | inline |
operator<<(short int value) | FormatOutputStream | |
operator<<(unsigned short int value) | FormatOutputStream | |
operator<<(int value) | FormatOutputStream | |
operator<<(unsigned int value) | FormatOutputStream | |
operator<<(long value) | FormatOutputStream | |
operator<<(unsigned long value) | FormatOutputStream | |
operator<<(long long value) | FormatOutputStream | |
operator<<(unsigned long long value) | FormatOutputStream | |
operator<<(int128 value) | FormatOutputStream | |
operator<<(uint128 value) | FormatOutputStream | |
operator<<(float value) | FormatOutputStream | |
operator<<(double value) | FormatOutputStream | |
operator<<(long double value) | FormatOutputStream | |
operator<<(float128 value) | FormatOutputStream | |
operator<<(const NativeString &value) | FormatOutputStream | inline |
operator<<(const NativeWideString &value) | FormatOutputStream | inline |
operator<<(const char *value) | FormatOutputStream | inline |
operator<<(const wchar *value) | FormatOutputStream | inline |
operator<<(const char16_t *value) | FormatOutputStream | inline |
operator<<(const char32_t *value) | FormatOutputStream | inline |
operator<<(const MemorySpan &span) | FormatOutputStream | inline |
operator<<(const void *value) | FormatOutputStream | |
operator<<(Reference< TYPE > value) | FormatOutputStream | inline |
operator<<(const Literal &literal) | FormatOutputStream | inline |
operator<<(const WideLiteral &literal) (defined in FormatOutputStream) | FormatOutputStream | inline |
operator<<(const Exception &e) | FormatOutputStream | |
operator=(const ReferenceCountedObject ©) noexcept | ReferenceCountedObject | inline |
operator=(ReferenceCountedObject &&move) noexcept | ReferenceCountedObject | inline |
out | FilterOutputStream | protected |
readHead | BufferedOutputStream | protected |
ReferenceCountedObject() noexcept | ReferenceCountedObject | inline |
ReferenceCountedObject(const ReferenceCountedObject ©) noexcept | ReferenceCountedObject | inline |
ReferenceCountedObject(ReferenceCountedObject &&move) noexcept | ReferenceCountedObject | inline |
reset() noexcept | FormatOutputStream | |
setContext(const Context &context) noexcept | FormatOutputStream | |
setDateFormat(const String &format) | FormatOutputStream | |
setFlags(unsigned int flags) noexcept | FormatOutputStream | inline |
setJustification(Symbols::Justification justification) noexcept | FormatOutputStream | |
setLocale(const Locale &locale) noexcept | FormatOutputStream | |
setPrecision(unsigned int precision) noexcept | FormatOutputStream | |
setRadixPosition(unsigned int position) noexcept | FormatOutputStream | |
setWidth(unsigned int width) noexcept | FormatOutputStream | |
toString() | FormatOutputStream | virtual |
unfoldValue(char value, unsigned int count) | BufferedOutputStream | |
useGarbageCollector() const noexcept | ReferenceCountedObject | inlinevirtual |
write(const uint8 *buffer, unsigned int size, bool nonblocking=false) | BufferedOutputStream | virtual |
writeFloatingPointType(unsigned int significant, unsigned int *mantissa, unsigned int mantissaSize, int base2Exponent, unsigned int valueFlags) | FormatOutputStream | |
writeHead | BufferedOutputStream | protected |
~BufferedOutputStream() | BufferedOutputStream | |
~DynamicObject() noexcept(false) | DynamicObject | inlinevirtual |
~FormatOutputStream() | FormatOutputStream | |
~OutputStream() noexcept(false) (defined in OutputStream) | OutputStream | inline |
~ReferenceCountedObject() (defined in ReferenceCountedObject) | ReferenceCountedObject | inline |
~Stream() noexcept(false) | Stream | virtual |