#include <generic_shared.hpp>
Definition at line 61 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 137 of file generic_shared_impl.hpp.
std::string casadi::GenericShared< Shared, Internal >::debug_repr |
Definition at line 80 of file generic_shared_impl.hpp.
bool casadi::GenericShared< Shared, Internal >::is_null |
Definition at line 109 of file generic_shared_impl.hpp.