An interface for a writer.
◆ afw_writer_decrement_indent
#define afw_writer_decrement_indent |
( |
|
instance, |
|
|
|
xctx |
|
) |
| |
Value:(instance)->inf->decrement_indent( \
(instance), \
(xctx) \
)
Call method decrement_indent of interface afw_writer.
- Parameters
-
instance | Pointer to this writer instance. |
xctx | This is the caller's xctx. |
Definition at line 5703 of file afw_interface.h.
◆ afw_writer_flush
#define afw_writer_flush |
( |
|
instance, |
|
|
|
xctx |
|
) |
| |
Value:(instance)->inf->flush( \
(instance), \
(xctx) \
)
Call method flush of interface afw_writer.
- Parameters
-
instance | Pointer to this writer instance. |
xctx | This is the caller's xctx. |
Definition at line 5641 of file afw_interface.h.
◆ afw_writer_increment_indent
#define afw_writer_increment_indent |
( |
|
instance, |
|
|
|
xctx |
|
) |
| |
Value:(instance)->inf->increment_indent( \
(instance), \
(xctx) \
)
Call method increment_indent of interface afw_writer.
- Parameters
-
instance | Pointer to this writer instance. |
xctx | This is the caller's xctx. |
Definition at line 5689 of file afw_interface.h.
◆ afw_writer_release
#define afw_writer_release |
( |
|
instance, |
|
|
|
xctx |
|
) |
| |
Value:(instance)->inf->release( \
(instance), \
(xctx) \
)
Call method release of interface afw_writer.
- Parameters
-
instance | Pointer to this writer instance. |
xctx | This is the caller's xctx. |
Definition at line 5627 of file afw_interface.h.
◆ afw_writer_write
#define afw_writer_write |
( |
|
instance, |
|
|
|
buffer, |
|
|
|
size, |
|
|
|
xctx |
|
) |
| |
Value:(instance)->inf->write( \
(instance), \
(buffer), \
(size), \
(xctx) \
)
Call method write of interface afw_writer.
- Parameters
-
instance | Pointer to this writer instance. |
buffer | Buffer to write. |
size | Size of buffer. |
xctx | This is the caller's xctx. |
Definition at line 5657 of file afw_interface.h.
◆ afw_writer_write_eol
#define afw_writer_write_eol |
( |
|
instance, |
|
|
|
xctx |
|
) |
| |
Value:(instance)->inf->write_eol( \
(instance), \
(xctx) \
)
Call method write_eol of interface afw_writer.
- Parameters
-
instance | Pointer to this writer instance. |
xctx | This is the caller's xctx. |
Definition at line 5675 of file afw_interface.h.
◆ afw_writer_decrement_indent_t
◆ afw_writer_flush_t
◆ afw_writer_increment_indent_t
◆ afw_writer_release_t
◆ afw_writer_write_eol_t
◆ afw_writer_write_t