Cloudy
Spectral Synthesis Code for Astrophysics
Loading...
Searching...
No Matches
drList Class Reference

Public Types

typedef multimap< double, drChoiceItem >::const_iterator const_iterator
 

Public Member Functions

void insert (double val, const string &str, bool *flag=NULL)
 
void clear ()
 
const_iterator begin () const
 
const_iterator end () const
 
size_t size () const
 

Private Attributes

multimap< double, drChoiceItemm_map
 

Member Typedef Documentation

◆ const_iterator

Member Function Documentation

◆ begin()

const_iterator drList::begin ( ) const
inline

References m_map.

Referenced by radius_next().

◆ clear()

void drList::clear ( )
inline

References m_map.

Referenced by radius_next().

◆ end()

const_iterator drList::end ( ) const
inline

References m_map.

Referenced by radius_next().

◆ insert()

void drList::insert ( double val,
const string & str,
bool * flag = NULL )
inline

References m_map, and NULL.

Referenced by radius_next().

◆ size()

size_t drList::size ( ) const
inline

References m_map.

Referenced by radius_next().

Member Data Documentation

◆ m_map

multimap<double,drChoiceItem> drList::m_map
private

Referenced by begin(), clear(), end(), insert(), and size().


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