Strings

A struct for managing a collection of strings, typically used for multiple values of a query parameter.

Constructors

this
this(ada_strings input)

Constructs a Strings instance from an ada_strings collection.

Destructor

~this
~this()

Destructor that frees the string collection.

Members

Functions

getData
ada_string getData(size_t index)

Retrieves the raw ada_string data at the specified index.

getStr
string getStr(size_t index)

Retrieves a string at the specified index.

length
size_t length()

Retrieves the number of strings in the collection.

Meta