#include <Objects.hxx>
Public Member Functions | |
TupleN (const Object &obj1, const Object &obj2, const Object &obj3, const Object &obj4, const Object &obj5, const Object &obj6, const Object &obj7, const Object &obj8, const Object &obj9) | |
TupleN (const Object &obj1, const Object &obj2, const Object &obj3, const Object &obj4, const Object &obj5, const Object &obj6, const Object &obj7, const Object &obj8) | |
TupleN (const Object &obj1, const Object &obj2, const Object &obj3, const Object &obj4, const Object &obj5, const Object &obj6, const Object &obj7) | |
TupleN (const Object &obj1, const Object &obj2, const Object &obj3, const Object &obj4, const Object &obj5, const Object &obj6) | |
TupleN (const Object &obj1, const Object &obj2, const Object &obj3, const Object &obj4, const Object &obj5) | |
TupleN (const Object &obj1, const Object &obj2, const Object &obj3, const Object &obj4) | |
TupleN (const Object &obj1, const Object &obj2, const Object &obj3) | |
TupleN (const Object &obj1, const Object &obj2) | |
TupleN (const Object &obj1) | |
TupleN () | |
virtual | ~TupleN () |
Definition at line 2371 of file Python2/Objects.hxx.
Py::TupleN::TupleN | ( | ) | [inline] |
Definition at line 2374 of file Python2/Objects.hxx.
Py::TupleN::TupleN | ( | const Object & | obj1 | ) | [inline] |
Definition at line 2379 of file Python2/Objects.hxx.
References Py::Tuple::setItem().
Definition at line 2385 of file Python2/Objects.hxx.
References Py::Tuple::setItem().
Definition at line 2392 of file Python2/Objects.hxx.
References Py::Tuple::setItem().
Py::TupleN::TupleN | ( | const Object & | obj1, | |
const Object & | obj2, | |||
const Object & | obj3, | |||
const Object & | obj4 | |||
) | [inline] |
Definition at line 2400 of file Python2/Objects.hxx.
References Py::Tuple::setItem().
Py::TupleN::TupleN | ( | const Object & | obj1, | |
const Object & | obj2, | |||
const Object & | obj3, | |||
const Object & | obj4, | |||
const Object & | obj5 | |||
) | [inline] |
Definition at line 2410 of file Python2/Objects.hxx.
References Py::Tuple::setItem().
Py::TupleN::TupleN | ( | const Object & | obj1, | |
const Object & | obj2, | |||
const Object & | obj3, | |||
const Object & | obj4, | |||
const Object & | obj5, | |||
const Object & | obj6 | |||
) | [inline] |
Definition at line 2421 of file Python2/Objects.hxx.
References Py::Tuple::setItem().
Py::TupleN::TupleN | ( | const Object & | obj1, | |
const Object & | obj2, | |||
const Object & | obj3, | |||
const Object & | obj4, | |||
const Object & | obj5, | |||
const Object & | obj6, | |||
const Object & | obj7 | |||
) | [inline] |
Definition at line 2433 of file Python2/Objects.hxx.
References Py::Tuple::setItem().
Py::TupleN::TupleN | ( | const Object & | obj1, | |
const Object & | obj2, | |||
const Object & | obj3, | |||
const Object & | obj4, | |||
const Object & | obj5, | |||
const Object & | obj6, | |||
const Object & | obj7, | |||
const Object & | obj8 | |||
) | [inline] |
Definition at line 2447 of file Python2/Objects.hxx.
References Py::Tuple::setItem().
Py::TupleN::TupleN | ( | const Object & | obj1, | |
const Object & | obj2, | |||
const Object & | obj3, | |||
const Object & | obj4, | |||
const Object & | obj5, | |||
const Object & | obj6, | |||
const Object & | obj7, | |||
const Object & | obj8, | |||
const Object & | obj9 | |||
) | [inline] |
Definition at line 2462 of file Python2/Objects.hxx.
References Py::Tuple::setItem().
virtual Py::TupleN::~TupleN | ( | ) | [inline, virtual] |
Definition at line 2478 of file Python2/Objects.hxx.