Bonmin 1.8.9
Loading...
Searching...
No Matches
Classes | Namespaces | Functions
BonTypes.hpp File Reference
#include <vector>
#include "CoinSmartPtr.hpp"
+ Include dependency graph for BonTypes.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Bonmin::vector< T >
 A small wrap around std::vector to give easy access to array for interfacing with fortran code. More...
 
struct  Bonmin::SimpleReferenced< X >
 
struct  Bonmin::SimpleReferencedPtr< X >
 

Namespaces

namespace  Bonmin
 (C) Copyright International Business Machines Corporation 2007
 

Functions

template<class X >
SimpleReferenced< X > * Bonmin::make_referenced (X other)
 
template<class X >
SimpleReferencedPtr< X > * Bonmin::make_referenced (X *other)