Bonmin 1.8.9
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
Bonmin::SimpleReferenced< X > Struct Template Reference

#include <BonTypes.hpp>

+ Inheritance diagram for Bonmin::SimpleReferenced< X >:
+ Collaboration diagram for Bonmin::SimpleReferenced< X >:

Public Member Functions

const X & operator() () const
 
X & operator() ()
 
- Public Member Functions inherited from Coin::ReferencedObject
 ReferencedObject ()
 
virtual ~ReferencedObject ()
 
int ReferenceCount () const
 
void AddRef () const
 
void ReleaseRef () const
 

Public Attributes

object
 The object.
 

Detailed Description

template<class X>
struct Bonmin::SimpleReferenced< X >

Definition at line 42 of file BonTypes.hpp.

Member Function Documentation

◆ operator()() [1/2]

template<class X >
const X & Bonmin::SimpleReferenced< X >::operator() ( ) const
inline

Definition at line 46 of file BonTypes.hpp.

◆ operator()() [2/2]

template<class X >
X & Bonmin::SimpleReferenced< X >::operator() ( )
inline

Definition at line 49 of file BonTypes.hpp.

Member Data Documentation

◆ object

template<class X >
X Bonmin::SimpleReferenced< X >::object

The object.

Definition at line 44 of file BonTypes.hpp.


The documentation for this struct was generated from the following file: