#include <generic_shared.hpp>
Definition at line 60 of file generic_shared.hpp.

Public Member Functions | |
| std::string | debug_repr () const |
| bool | is_null () const |
| Is a null pointer? More... | |
| casadi_int | __hash__ () const |
| Returns a number that is unique for a given Node. More... | |
| casadi_int casadi::GenericShared< Shared, Internal >::__hash__ |
If the Object does not point to any node, "0" is returned.
Extra doc: https://github.com/casadi/casadi/wiki/L_av
Definition at line 141 of file generic_shared_impl.hpp.
| std::string casadi::GenericShared< Shared, Internal >::debug_repr |
Definition at line 84 of file generic_shared_impl.hpp.
| bool casadi::GenericShared< Shared, Internal >::is_null |
Definition at line 113 of file generic_shared_impl.hpp.