PySpin.gcstring¶
- class gcstring(*args)¶
- append(self, str) gcstring¶
Parameters¶
str: Spinnaker::GenICam::gcstring const &
append(self, count, ch) -> gcstring
Parameters¶
count: size_t ch: char
- assign(self, str) gcstring¶
Parameters¶
str: Spinnaker::GenICam::gcstring const &
assign(self, count, ch) -> gcstring
Parameters¶
count: size_t ch: char
assign(self, pc) -> gcstring
Parameters¶
pc: char const *
assign(self, pc, n) -> gcstring
Parameters¶
pc: char const * n: size_t
- c_str(self) char const *¶
- find(self, ch, offset=0) size_t¶
Parameters¶
ch: char offset: size_t
find(self, str, offset=0) -> size_t
Parameters¶
str: Spinnaker::GenICam::gcstring const & offset: size_t
find(self, str, offset, count) -> size_t
Parameters¶
str: Spinnaker::GenICam::gcstring const & offset: size_t count: size_t
find(self, pc, offset=0) -> size_t
Parameters¶
pc: char const * offset: size_t
find(self, pc, offset, count) -> size_t
Parameters¶
pc: char const * offset: size_t count: size_t
- find_first_not_of(self, str, offset=0) size_t¶
Parameters¶
str: Spinnaker::GenICam::gcstring const & offset: size_t
- find_first_of(self, str, offset=0) size_t¶
Parameters¶
str: Spinnaker::GenICam::gcstring const & offset: size_t
- length(self) size_t¶
- max_size(self) size_t¶
- size(self) size_t¶
- npos = 18446744073709551615¶