CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
List of all members | 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

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.

29 : value_(iValue) {}

Member Data Documentation

int test_with_dictionaries::IntValue::value_

Definition at line 28 of file IntValues.h.