|
| function | assign (local other, local first, local last) |
| |
| function | assign_value (local count, local value) |
| |
| function | assign_values (local values) |
| |
| function | at (local index) |
| |
| function | back () |
| |
| function | capacity () |
| |
| function | clear () |
| |
| function | clone () |
| |
| function | copy (local other) |
| |
| function | create () |
| |
| function | createFromString (local s) |
| |
| function | data () |
| |
| function | empty () |
| |
| function | erase (local first, local last) |
| |
| function | front () |
| |
| function | insert (local pos, local other, local first, local last) |
| |
| function | insert_value (local pos, local count, local value) |
| |
| function | insert_values (local pos, local values) |
| |
| function | isAppendable () |
| |
| function | isResizable () |
| |
| function | isShrinkable () |
| |
| function | isWritable () |
| |
| function | move (local other) |
| |
| function | pop_back () |
| |
| function | push_back (local value) |
| |
| function | reserve (local size) |
| |
| function | resize (local size, local value) |
| |
| function | set (local index, local value) |
| |
| function | set_values (local pos, local values) |
| |
| function | setAppendable (local b) |
| |
| function | setResizable (local b) |
| |
| function | setShrinkable (local b) |
| |
| function | setWritable (local b) |
| |
| function | shrink_to_fit () |
| |
| function | size () |
| |
| function | swap (local other) |
| |
| function | to_string () |
| |
◆ assign()
◆ assign_value()
◆ assign_values()
◆ at()
◆ back()
◆ capacity()
◆ clear()
◆ clone()
◆ copy()
◆ create()
◆ createFromString()
◆ data()
◆ empty()
◆ erase()
◆ front()
◆ insert()
◆ insert_value()
- Parameters
-
| pos | number |
| count | number |
| value | number |
- Returns
- lstg.Buffer
◆ insert_values()
- Parameters
-
| pos | number |
| values | array_table |
- Returns
- lstg.Buffer
◆ isAppendable()
◆ isResizable()
◆ isShrinkable()
◆ isWritable()
◆ move()
◆ pop_back()
◆ push_back()
◆ reserve()
◆ resize()
◆ set()
◆ set_values()
- Parameters
-
| pos | number |
| values | array_table |
- Returns
- lstg.Buffer
◆ setAppendable()
◆ setResizable()
◆ setShrinkable()
◆ setWritable()
◆ shrink_to_fit()
◆ size()
◆ swap()
◆ to_string()
The documentation for this class was generated from the following file: