Otawa  0.10
otawa::Give< T > Class Template Reference

#include <otawa/util/Bag.h>

Public Member Functions

 Give (int c, T *a)
 
 Give (genstruct::Vector< T > &v)
 
int count (void) const
 
T * array (void) const
 

Private Attributes

int cnt
 
T * arr
 

Constructor & Destructor Documentation

template<class T>
otawa::Give< T >::Give ( int  c,
T *  a 
)
inline
template<class T>
otawa::Give< T >::Give ( genstruct::Vector< T > &  v)
inline

Member Function Documentation

template<class T>
T* otawa::Give< T >::array ( void  ) const
inline
template<class T>
int otawa::Give< T >::count ( void  ) const
inline

Member Data Documentation

template<class T>
T* otawa::Give< T >::arr
private
template<class T>
int otawa::Give< T >::cnt
private

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