CMS 3D CMS Logo

Public Member Functions | Public Attributes

test_with_dictionaries::IntValue Struct Reference

#include <IntValues.h>

Inheritance diagram for test_with_dictionaries::IntValue:
test_with_dictionaries::IntValue2

List of all members.

Public Member Functions

 IntValue (int iValue)

Public Attributes

int value_

Detailed Description

Definition at line 27 of file IntValues.h.


Constructor & Destructor Documentation

test_with_dictionaries::IntValue::IntValue ( int  iValue) [inline]

Definition at line 29 of file IntValues.h.

: value_(iValue) {}

Member Data Documentation

Definition at line 28 of file IntValues.h.