Trees | Indices | Help |
|
---|
|
object --+ | class_common_details_t
defines few properties that are common to class declaration and definition classes
Instance Methods | |||
|
|||
|
Properties | |
indexing_suite_version indexing suite version |
|
indexing_suite reference to indexing suite configuration class. |
|
always_expose_using_scope please see class_wrapper.always_expose_using_scope_documentation variable for documentation. |
|
equality_comparable indicates existence of public operator=Default value is calculated, based on information presented in the declarations tree |
|
less_than_comparable indicates existence of public operator<. |
|
opaque If True, Py++ will treat return types and arguments T* as opaque types.Thus it will be able to generate code, that uses BOOST_PYTHON_OPAQUE_SPECIALIZED_TYPE_ID macro in a right places. |
|
class_var_name |
Method Details |
|
Property Details |
indexing_suite_versionindexing suite version
|
indexing_suitereference to indexing suite configuration class. If the class is not STD container, this property will contain None" |
always_expose_using_scopeplease see class_wrapper.always_expose_using_scope_documentation variable for documentation.
|
equality_comparableindicates existence of public operator=Default value is calculated, based on information presented in the declarations tree
|
less_than_comparableindicates existence of public operator<. Default value is calculated, based on information presented in the declarations tree
|
opaqueIf True, Py++ will treat return types and arguments T* as opaque types.Thus it will be able to generate code, that uses BOOST_PYTHON_OPAQUE_SPECIALIZED_TYPE_ID macro in a right places.
|
class_var_name |
Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Mon Oct 20 08:51:12 2008 | http://epydoc.sourceforge.net |