Exemple #1
0
    def make(self, *args, **kwargs):
        """
        make(toto_sptr self, 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_sptr_make(self, *args, **kwargs)
 def make(self, *args, **kwargs):
     """make(toto_sptr self, int vlen, char const * filename, int repeat) -> toto_sptr"""
     return _test1_swig.toto_sptr_make(self, *args, **kwargs)
Exemple #3
0
 def make(self, *args, **kwargs):
     """make(toto_sptr self, int vlen, char const * filename, int repeat) -> toto_sptr"""
     return _test1_swig.toto_sptr_make(self, *args, **kwargs)