Exemplo n.º 1
0
def toto_make(*args, **kwargs):
  """
    toto_make(int vlen, char const * filename, int repeat) -> toto_sptr

    Return a shared_ptr to a new instance of test1::toto.

    To avoid accidental use of raw pointers, test1::toto's constructor is in a private implementation class. test1::toto::make is the public interface for creating new instances.

    Params: (vlen, filename, repeat)
    """
  return _test1_swig.toto_make(*args, **kwargs)
Exemplo n.º 2
0
def toto_make(*args, **kwargs):
  """toto_make(int vlen, char const * filename, int repeat) -> toto_sptr"""
  return _test1_swig.toto_make(*args, **kwargs)
Exemplo n.º 3
0
def toto_make(*args, **kwargs):
    """toto_make(int vlen, char const * filename, int repeat) -> toto_sptr"""
    return _test1_swig.toto_make(*args, **kwargs)