stdcpp_python_export

Enums

BasePathMode
WORKING_DIR_RELATIVE
PROJECT_RELATIVE
ABSOLUTE_PATH
NUM_BASEPATH_MODES

Functions

bool_list_to_vec

bool_list_to_vec( (list)arg1) -> boolVec



boolList2Vec

deprecated

convertList2Vec

convertList2Vec( (StrList)arg1) -> stringVec



convertPyList2WList

convertPyList2WList( (list)arg1) -> WStrList



convertVec2List

convertVec2List( (stringVec)arg1) -> StrList



convertWList2PyList

convertWList2PyList( (WStrList)arg1) -> list



convertWList2Vec

convertWList2Vec( (WStrList)arg1) -> object



convertWVec2List

convertWVec2List( (object)arg1) -> WStrList



double_list_to_vec

double_list_to_vec( (list)arg1) -> doubleVec



doubleList2Vec

deprecated

doubleVec_list_to_vec

doubleVec_list_to_vec( (list)arg1) -> doubleVecVec



doubleVecList2Vec

deprecated

eraseWListElement

eraseWListElement( (WStrList)arg1, (int)arg2) -> None



int_list_to_vec

int_list_to_vec( (list)arg1) -> intVec



intList2Vec

deprecated

List2Vec

deprecated

list_to_vec

list_to_vec( (list)arg1) -> intVec



----

list_to_vec( (list)arg1) -> uintVec



----

list_to_vec( (list)arg1) -> doubleVec



----

list_to_vec( (list)arg1) -> stringVec



----

list_to_vec( (list)arg1) -> doubleVecVec



----

list_to_vec( (list)arg1) -> boolVec



MakeVariableNameValid

MakeVariableNameValid( (str)arg1 [, (object)arg2]) -> str



----

MakeVariableNameValid( (str)arg1, (object)arg2) -> str



string_list_to_vec

string_list_to_vec( (list)arg1) -> stringVec



stringList2Vec

deprecated

uint_list_to_vec

uint_list_to_vec( (list)arg1) -> uintVec



uintList2Vec

deprecated

Classes

boolVec

iterable has_length itemsetter itemgetter

Constructors

Methods

append

append( (object)arg2) -> None



extend

extend( (object)arg2) -> None



push_back

push_back( (bool)arg2) -> None



size

size() -> int



DoublePair

Constructors

Properties

doubleVec

iterable has_length itemsetter itemgetter

Constructors

Methods

append

append( (object)arg2) -> None



extend

extend( (object)arg2) -> None



push_back

push_back( (float)arg2) -> None



size

size() -> int



doubleVecVec

iterable has_length itemsetter itemgetter

Constructors

Methods

append

append( (object)arg2) -> None



extend

extend( (object)arg2) -> None



push_back

push_back( (doubleVec)arg2) -> None



size

size() -> int



intVec

iterable has_length itemsetter itemgetter

Constructors

Methods

append

append( (object)arg2) -> None



extend

extend( (object)arg2) -> None



push_back

push_back( (int)arg2) -> None



size

size() -> int



map_indexing_suite_string_to_bool_map_entry

Methods

data

data() -> bool



key

key() -> str



map_indexing_suite_string_to_double_map_entry

Methods

data

data() -> float



key

key() -> str



map_indexing_suite_string_to_uint_map_entry

Methods

data

data() -> int



key

key() -> str



Path

Constructors

PathSet

iterable has_length
A mutable set.

Constructors

Methods

add

add( (Path)element) -> None


Add element.

difference

difference( (PathSet)other) -> PathSet


Return elements of this set that are not in other.

intersection

intersection( (PathSet)other) -> PathSet


Return the intersection of this set and other.

remove

remove( (Path)element) -> None


Remove element.

symmetric_difference

symmetric_difference( (PathSet)other) -> PathSet


Return elements that are either in this set or in other but not in both.

union

union( (PathSet)other) -> PathSet


Return the union of this set and other.

RelativeSplittedPath

Properties

SplittedPath

Constructors

Properties

Methods

isSplitted

isSplitted() -> bool



joined

joined() -> Path



string_to_bool_map

iterable has_length itemsetter itemgetter

Constructors

string_to_double_map

iterable has_length itemsetter itemgetter

Constructors

string_to_uint_map

iterable has_length itemsetter itemgetter

Constructors

stringVec

iterable has_length itemsetter itemgetter

Constructors

Methods

append

append( (object)arg2) -> None



extend

extend( (object)arg2) -> None



push_back

push_back( (str)arg2) -> None



size

size() -> int



StrList

iterable has_length itemsetter itemgetter

Constructors

Methods

append

append( (object)arg2) -> None



extend

extend( (object)arg2) -> None



push_back

push_back( (str)arg2) -> None



size

size() -> int



sort

sort() -> None



StrExportList

StrExportList() -> StrList



StrPair

Constructors

Properties

StrSet

iterable has_length
A mutable set.

Constructors

Methods

add

add( (str)element) -> None


Add element.

difference

difference( (StrSet)other) -> StrSet


Return elements of this set that are not in other.

intersection

intersection( (StrSet)other) -> StrSet


Return the intersection of this set and other.

remove

remove( (str)element) -> None


Remove element.

symmetric_difference

symmetric_difference( (StrSet)other) -> StrSet


Return elements that are either in this set or in other but not in both.

union

union( (StrSet)other) -> StrSet


Return the union of this set and other.

uintVec

iterable has_length itemsetter itemgetter

Constructors

Methods

append

append( (object)arg2) -> None



extend

extend( (object)arg2) -> None



push_back

push_back( (int)arg2) -> None



size

size() -> int



WStrList

iterable has_length itemsetter itemgetter

Constructors

Methods

append

append( (object)arg2) -> None



extend

extend( (object)arg2) -> None



push_back

push_back( (str)arg2) -> None



size

size() -> int



sort

sort() -> None



StrExportList

StrExportList() -> WStrList



WStrPair

Constructors

Properties

WStrSet

iterable has_length
A mutable set.

Constructors

Methods

add

add( (str)element) -> None


Add element.

difference

difference( (WStrSet)other) -> WStrSet


Return elements of this set that are not in other.

intersection

intersection( (WStrSet)other) -> WStrSet


Return the intersection of this set and other.

remove

remove( (str)element) -> None


Remove element.

symmetric_difference

symmetric_difference( (WStrSet)other) -> WStrSet


Return elements that are either in this set or in other but not in both.

union

union( (WStrSet)other) -> WStrSet


Return the union of this set and other.