Question::choice_t Class Reference

List of all members.

Public Member Functions

 choice_t (int key, int value)
const int & key () const
const int & val () const

Private Attributes

int m_key
int m_val

Detailed Description

Definition at line 39 of file question.h.


Constructor & Destructor Documentation

Question::choice_t::choice_t ( int  key,
int  value 
) [inline]

Definition at line 45 of file question.h.

00046       { m_key = key; m_val = value; };


Member Function Documentation

const int& Question::choice_t::key (  )  const [inline]

Definition at line 47 of file question.h.

00047 { return m_key; };

const int& Question::choice_t::val (  )  const [inline]

Definition at line 48 of file question.h.

00048 { return m_val; };


Member Data Documentation

int Question::choice_t::m_key [private]

Definition at line 42 of file question.h.

int Question::choice_t::m_val [private]

Definition at line 43 of file question.h.


The documentation for this class was generated from the following file:
Generated on Mon Jan 1 14:12:11 2007 for Wormux by  doxygen 1.4.7