List of all members | Public Member Functions
casadi::GenericShared< Shared, Internal > Class Template Reference

#include <generic_shared.hpp>

Detailed Description

template<typename Shared, typename Internal>
class casadi::GenericShared< Shared, Internal >

Definition at line 61 of file generic_shared.hpp.

Inheritance diagram for casadi::GenericShared< Shared, Internal >:
Inheritance graph
[legend]

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...
 

Member Function Documentation

◆ __hash__()

template<typename Shared , typename Internal >
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.

◆ debug_repr()

template<typename Shared , typename Internal >
std::string casadi::GenericShared< Shared, Internal >::debug_repr

Definition at line 80 of file generic_shared_impl.hpp.

◆ is_null()

template<typename Shared , typename Internal >
bool casadi::GenericShared< Shared, Internal >::is_null

Definition at line 109 of file generic_shared_impl.hpp.


The documentation for this class was generated from the following files: