Base Framework
ObjectModel::NiceFormat Member List

This is the complete list of members for ObjectModel::NiceFormat, including all inherited members.

_COM_AZURE_DEV__BASE__OVERRIDE_ALLOC() (defined in DynamicObject)DynamicObject
Action enum nameFormatOutputStreamrelated
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
bufferBufferedOutputStreamprotected
BufferedOutputStream(OutputStream &out, unsigned int size=DEFAULT_BUFFER_SIZE)BufferedOutputStream
close()FilterOutputStreamvirtual
contextFormatOutputStreamprotected
DEFAULT_BUFFER_SIZEBufferedOutputStreamstatic
DEFAULT_CAPACITYStringOutputStreamstatic
DEFAULT_CONTEXTFormatOutputStreamprotectedstatic
DEFAULT_EOL (defined in FormatOutputStream)FormatOutputStreamstatic
DEFAULT_FLAGS (defined in FormatOutputStream)FormatOutputStreamstatic
DEFAULT_INTEGER_BASE (defined in FormatOutputStream)FormatOutputStreamstatic
DEFAULT_JUSTIFICATION (defined in FormatOutputStream)FormatOutputStreamstatic
DEFAULT_MAJOR_DATE_FORMAT (defined in FormatOutputStream)FormatOutputStreamstatic
DEFAULT_NAMED_DATE_FORMAT (defined in FormatOutputStream)FormatOutputStreamstatic
DEFAULT_PRECISION (defined in FormatOutputStream)FormatOutputStreamstatic
DEFAULT_RADIX_POSITION (defined in FormatOutputStream)FormatOutputStreamstatic
DEFAULT_REAL_BASE (defined in FormatOutputStream)FormatOutputStreamstatic
DEFAULT_REAL_STYLE (defined in FormatOutputStream)FormatOutputStreamstatic
DEFAULT_WIDTH (defined in FormatOutputStream)FormatOutputStreamstatic
defaultContextFormatOutputStreamprotected
DynamicObject() noexceptDynamicObjectinline
ensureCapacity(MemorySize capacity)StringOutputStream
enter() noexcept (defined in ObjectModel::NiceFormat)ObjectModel::NiceFormatinline
exit() noexcept (defined in ObjectModel::NiceFormat)ObjectModel::NiceFormatinline
FilterOutputStream(OutputStream &out)FilterOutputStreamexplicit
flush()StringOutputStreamvirtual
FormatOutputStream(OutputStream &out, unsigned int size=DEFAULT_BUFFER_SIZE)FormatOutputStream
FormatOutputStream(const FormatOutputStream &copy)=delete (defined in FormatOutputStream)FormatOutputStream
getBase() const noexceptFormatOutputStreaminline
getContext(Context &context) noexceptFormatOutputStream
getFlags() const noexceptFormatOutputStreaminline
getIndent() const noexcept (defined in ObjectModel::NiceFormat)ObjectModel::NiceFormatinline
getMaximumLineLength() const noexcept (defined in ObjectModel::NiceFormat)ObjectModel::NiceFormatinline
getNiceFlags() const noexcept (defined in ObjectModel::NiceFormat)ObjectModel::NiceFormatinline
getNumberOfReferences_INTERNAL() const noexceptReferenceCountedObjectinline
getOutputStream() noexceptFilterOutputStreaminline
getPrecision() const noexceptFormatOutputStreaminline
getRealBase() const noexceptFormatOutputStreaminline
getString() constStringOutputStream
getWidth() const noexceptFormatOutputStreaminline
guardFormatOutputStreamprotected
Guard typedefFormatOutputStream
StringOutputStream::indent(unsigned int size, bool useTab=false)FormatOutputStream
isANSITerminal()FormatOutputStream
isValidObject() const noexceptDynamicObject
MAXIMUM_PRECISIONFormatOutputStreamstatic
MAXIMUM_SIZEFormatOutputStreamstatic
MAXIMUM_WIDTHFormatOutputStreamstatic
MINIMUM_BUFFER_SIZEBufferedOutputStreamstatic
NiceFormat() (defined in ObjectModel::NiceFormat)ObjectModel::NiceFormatinline
operator const String &() constStringOutputStreaminline
operator<<(Action action)FormatOutputStream
operator<<(Indent indent)FormatOutputStreaminline
operator<<(TabIndent indent)FormatOutputStreaminline
operator<<(const SourceCodeLocation &location)FormatOutputStream
operator<<(const char(&literal)[SIZE])FormatOutputStreaminline
operator<<(bool value) (defined in FormatOutputStream)FormatOutputStream
operator<<(char value) (defined in FormatOutputStream)FormatOutputStreaminline
operator<<(wchar value) (defined in FormatOutputStream)FormatOutputStreaminline
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)FormatOutputStreaminline
operator<<(const NativeWideString &value)FormatOutputStreaminline
operator<<(const char *value)FormatOutputStreaminline
operator<<(const wchar *value)FormatOutputStreaminline
operator<<(const char16_t *value)FormatOutputStreaminline
operator<<(const char32_t *value)FormatOutputStreaminline
operator<<(const MemorySpan &span)FormatOutputStreaminline
operator<<(const void *value)FormatOutputStream
operator<<(Reference< TYPE > value)FormatOutputStreaminline
operator<<(const Literal &literal)FormatOutputStreaminline
operator<<(const WideLiteral &literal) (defined in FormatOutputStream)FormatOutputStreaminline
operator<<(const Exception &e)FormatOutputStream
operator=(const ReferenceCountedObject &copy) noexceptReferenceCountedObjectinline
operator=(ReferenceCountedObject &&move) noexceptReferenceCountedObjectinline
outFilterOutputStreamprotected
readHeadBufferedOutputStreamprotected
ReferenceCountedObject() noexceptReferenceCountedObjectinline
ReferenceCountedObject(const ReferenceCountedObject &copy) noexceptReferenceCountedObjectinline
ReferenceCountedObject(ReferenceCountedObject &&move) noexceptReferenceCountedObjectinline
reset() noexceptFormatOutputStream
restart()StringOutputStream
setContext(const Context &context) noexceptFormatOutputStream
setDateFormat(const String &format)FormatOutputStream
setFlags(unsigned int flags) noexceptFormatOutputStreaminline
setIndent(unsigned int indent) noexcept (defined in ObjectModel::NiceFormat)ObjectModel::NiceFormatinline
setJustification(Symbols::Justification justification) noexceptFormatOutputStream
setLocale(const Locale &locale) noexceptFormatOutputStream
setMaximumLineLength(unsigned int maximumLineLength) noexcept (defined in ObjectModel::NiceFormat)ObjectModel::NiceFormatinline
setNiceFlags(unsigned int flags) noexcept (defined in ObjectModel::NiceFormat)ObjectModel::NiceFormatinline
setPrecision(unsigned int precision) noexceptFormatOutputStream
setRadixPosition(unsigned int position) noexceptFormatOutputStream
setWidth(unsigned int width) noexceptFormatOutputStream
stream (defined in StringOutputStreamImpl)StringOutputStreamImplprotected
StringOutputStream()StringOutputStream
StringOutputStream(MemorySize capacity)StringOutputStreamexplicit
toString()StringOutputStreamvirtual
unfoldValue(char value, unsigned int count)BufferedOutputStream
useGarbageCollector() const noexceptReferenceCountedObjectinlinevirtual
write(const uint8 *buffer, unsigned int size, bool nonblocking=false)BufferedOutputStreamvirtual
writeFloatingPointType(unsigned int significant, unsigned int *mantissa, unsigned int mantissaSize, int base2Exponent, unsigned int valueFlags)FormatOutputStream
writeHeadBufferedOutputStreamprotected
writeIndent() (defined in ObjectModel::NiceFormat)ObjectModel::NiceFormatinline
writeKeyword(const Literal &literal) (defined in ObjectModel::NiceFormat)ObjectModel::NiceFormat
writeTextUnquoted(const Literal &literal) (defined in ObjectModel::NiceFormat)ObjectModel::NiceFormat
~BufferedOutputStream()BufferedOutputStream
~DynamicObject() noexcept(false)DynamicObjectinlinevirtual
~FormatOutputStream()FormatOutputStream
~OutputStream() noexcept(false) (defined in OutputStream)OutputStreaminline
~ReferenceCountedObject() (defined in ReferenceCountedObject)ReferenceCountedObjectinline
~Stream() noexcept(false)Streamvirtual
~StringOutputStream()StringOutputStream