def square_ff_make(): """ square_ff_make() -> square_ff_sptr Return a shared_ptr to a new instance of howto::square_ff. To avoid accidental use of raw pointers, howto::square_ff's constructor is in a private implementation class. howto::square_ff::make is the public interface for creating new instances. Params: (NONE) """ return _howto_swig.square_ff_make()
def square_ff_make(): """ square_ff_make() -> square_ff_sptr <+description of block+> Constructor Specific Documentation: Return a shared_ptr to a new instance of howto::square_ff. To avoid accidental use of raw pointers, howto::square_ff's constructor is in a private implementation class. howto::square_ff::make is the public interface for creating new instances. """ return _howto_swig.square_ff_make()