Skip to Content

bz_APIIntList

Available since 2.4.0

An array of integers. This is used for passing lists of integers from the BZFS API itself to the plugin that uses the API.

Constructors

bz_APIIntList ()
bz_APIIntList (const bz_APIIntList)
bz_APIIntList (const std::vector<int>)

Operators

[]

Return type: const char&

Supported data types:

unsigned int i

=

Return type: bz_APIIntList&

Supported data types:

const bz_APIIntList&
const std::vector<int>&

Methods

void push_back(int value)

Append a value to the end of the list

Parameters
int value

The value to append

int get(unsigned int index)

Retrieve the value at a given index

Parameters
unsigned int index

The index to retrieve the value from

unsigned int size()

The amount of values stored in the list

void clear()

Clear the contents of the list

Other Objects

Back to bzfs API Types

This content is maintained on GitHub. We welcome any feedback and improvements!

Give us Feedback Edit this Page