Classes |
class | PLCore::StorageDirectValue |
| Storage type: Store a direct value of the specific type. More...
|
class | PLCore::StorageGetSet |
| Storage type: Use getter and setter methods to store a value. More...
|
class | PLCore::StorageModifyAttr |
| Storage type: Use an already defined attribute to store a value. More...
|
class | PLCore::CheckStorage< STORAGE > |
| Check Storage type to determine, whether the default value shall be set or not. More...
|
class | PLCore::CheckStorage< StorageGetSet > |
class | PLCore::VarStorage< T, STORAGE, STORAGETYPE > |
| Storage type of a variable. More...
|
class | PLCore::VarStorage< T, STORAGE, StorageDirectValue > |
| Storage type of a variable. More...
|
class | PLCore::VarStorage< T, STORAGE, StorageGetSet > |
| Storage type of a variable. More...
|
class | PLCore::VarStorage< T, STORAGE, StorageModifyAttr > |
| Storage type of a variable. More...
|
class | PLCore::StorageChooser< STORAGE, CLASS_GS, CLASS_MOD > |
| Helper class to choose a storage type. More...
|
class | PLCore::StorageChooser< StorageDirectValue, CLASS_GS, CLASS_MOD > |
| Helper class to choose a storage type. More...
|
class | PLCore::StorageChooser< StorageGetSet, CLASS_GS, CLASS_MOD > |
| Helper class to choose a storage type. More...
|
class | PLCore::StorageChooser< StorageModifyAttr, CLASS_GS, CLASS_MOD > |
| Helper class to choose a storage type. More...
|
Namespaces |
namespace | PLCore |