MCPcopy Create free account
hub / github.com/chokkan/crfsuite / std_vector_Sl_std_string_Sg__append

Function std_vector_Sl_std_string_Sg__append

swig/python/export_wrap.cpp:5372–5374  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5370 *(swig::getpos(self,i)) = x;
5371 }
5372SWIGINTERN void std_vector_Sl_std_string_Sg__append(std::vector< std::string > *self,std::vector< std::string >::value_type const &x){
5373 self->push_back(x);
5374 }
5375
5376 #define SWIG_From_double PyFloat_FromDouble
5377

Callers 1

_wrap_StringList_appendFunction · 0.85

Calls 1

push_backMethod · 0.45

Tested by

no test coverage detected