| igraph Reference Manual |
|---|
igraph_strvector_init — Initializeigraph_strvector_copy — Initialization by copying.igraph_strvector_destroy — Free allocated memorySTR — Indexing string vectorsigraph_strvector_get — Indexingigraph_strvector_set — Set an elementigraph_strvector_set2 — Sets an elementigraph_strvector_remove — Removes a single element from a string vector.igraph_strvector_append — Concatenate two string vectors.igraph_strvector_clear — Remove all elementsigraph_strvector_resize — Resizeigraph_strvector_size — Gives the size of a string vector.igraph_strvector_add — Adds an element to the back of a string vector.The igraph_strvector_t type is a vector of strings.
The current implementation is very simple and not too efficient. It
works fine for not too many strings, e.g. the list of attribute
names is returned in a string vector by igraph_cattribute_list(). Do not expect great performace from this
type.
<< 7.9. igraph_heap_reserve — Allocate more memory |
8.1. igraph_strvector_init — Initialize >> |