Public Member Functions | |
| LoaderTest () | |
Public Attributes | |
| PropertyBag | bag |
| Property< PropertyBag > | pbag |
| Property< char > | pchar |
| Property< double > | pdouble |
| Property< std::vector< double > > | pdoubles |
| Property< int > | pint |
| Property< std::vector< int > > | pints |
| PropertyLoader | pl |
| Property< long long > | pllong |
| Property< string > | pstring |
| Property< unsigned int > | puint |
| Property< unsigned long long > | pullong |
| TaskContext | tc |
Definition at line 24 of file property_loader_test.cpp.
|
inline |
Definition at line 25 of file property_loader_test.cpp.
| PropertyBag LoaderTest::bag |
Definition at line 51 of file property_loader_test.cpp.
| Property<PropertyBag> LoaderTest::pbag |
Definition at line 48 of file property_loader_test.cpp.
| Property<char> LoaderTest::pchar |
Definition at line 42 of file property_loader_test.cpp.
| Property<double> LoaderTest::pdouble |
Definition at line 47 of file property_loader_test.cpp.
| Property<std::vector<double> > LoaderTest::pdoubles |
Definition at line 50 of file property_loader_test.cpp.
| Property<int> LoaderTest::pint |
Definition at line 43 of file property_loader_test.cpp.
| Property<std::vector<int> > LoaderTest::pints |
Definition at line 49 of file property_loader_test.cpp.
| PropertyLoader LoaderTest::pl |
Definition at line 40 of file property_loader_test.cpp.
| Property<long long> LoaderTest::pllong |
Definition at line 45 of file property_loader_test.cpp.
| Property<string> LoaderTest::pstring |
Definition at line 41 of file property_loader_test.cpp.
| Property<unsigned int> LoaderTest::puint |
Definition at line 44 of file property_loader_test.cpp.
| Property<unsigned long long> LoaderTest::pullong |
Definition at line 46 of file property_loader_test.cpp.
| TaskContext LoaderTest::tc |
Definition at line 39 of file property_loader_test.cpp.