Public Member Functions | |
PropertyTest () | |
~PropertyTest () | |
Public Attributes | |
PropertyBag | bag |
PropertyBag | bag1 |
PropertyBag | bag2 |
int | intref |
PropertyBase * | pb |
Property< char > | pc |
Property< char > | pc1 |
Property< char > | pc1ref |
Property< char > | pc2 |
Property< char > | pc2ref |
Property< double > | pd |
Property< float > | pf |
Property< int > * | pi1 |
Property< int > * | pi1ref |
Property< int > * | pi2 |
Property< int > * | pi2ref |
Property< std::string > | ps |
Property< PropertyBag > | subbag1 |
Property< PropertyBag > | subbag2 |
Definition at line 28 of file property_test.cpp.
|
inline |
Definition at line 53 of file property_test.cpp.
|
inline |
Definition at line 81 of file property_test.cpp.
PropertyBag PropertyTest::bag |
Definition at line 40 of file property_test.cpp.
PropertyBag PropertyTest::bag1 |
Definition at line 31 of file property_test.cpp.
PropertyBag PropertyTest::bag2 |
Definition at line 32 of file property_test.cpp.
int PropertyTest::intref |
Definition at line 38 of file property_test.cpp.
PropertyBase* PropertyTest::pb |
Definition at line 33 of file property_test.cpp.
Property<char> PropertyTest::pc |
Definition at line 44 of file property_test.cpp.
Property<char> PropertyTest::pc1 |
Definition at line 45 of file property_test.cpp.
Property<char> PropertyTest::pc1ref |
Definition at line 47 of file property_test.cpp.
Property<char> PropertyTest::pc2 |
Definition at line 46 of file property_test.cpp.
Property<char> PropertyTest::pc2ref |
Definition at line 48 of file property_test.cpp.
Property<double> PropertyTest::pd |
Definition at line 42 of file property_test.cpp.
Property<float> PropertyTest::pf |
Definition at line 41 of file property_test.cpp.
Property<int>* PropertyTest::pi1 |
Definition at line 34 of file property_test.cpp.
Property<int>* PropertyTest::pi1ref |
Definition at line 36 of file property_test.cpp.
Property<int>* PropertyTest::pi2 |
Definition at line 35 of file property_test.cpp.
Property<int>* PropertyTest::pi2ref |
Definition at line 37 of file property_test.cpp.
Property<std::string> PropertyTest::ps |
Definition at line 43 of file property_test.cpp.
Property<PropertyBag> PropertyTest::subbag1 |
Definition at line 50 of file property_test.cpp.
Property<PropertyBag> PropertyTest::subbag2 |
Definition at line 51 of file property_test.cpp.