Function ListElements#

Function Documentation#

int ListElements(const SContext &rsContext, std::ostream &rstream = std::cout)#

List elements in a table. Base function. The elements to list are to be parsed from the arguments. The context could indicate additional flags.

Parameters:
  • rsContext[in] Reference to the context.

  • rstream[in] The output stream to use for printing (table only).

Returns:

The application exit code. 0 is no error.