CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
List of all members | Public Member Functions
test_with_dictionaries::IntValue2 Struct Reference

#include <IntValues.h>

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

Public Member Functions

 IntValue2 (int iValue2)
 
- Public Member Functions inherited from test_with_dictionaries::IntValue
 IntValue (int iValue)
 

Additional Inherited Members

- Public Attributes inherited from test_with_dictionaries::IntValue
int value_
 

Detailed Description

Definition at line 32 of file IntValues.h.

Constructor & Destructor Documentation

test_with_dictionaries::IntValue2::IntValue2 ( int  iValue2)
inline

Definition at line 33 of file IntValues.h.

33 : IntValue(iValue2) {}