#include "StdString.h"
#include <map>
#include <vector>
#include "mop.h"
#include "MetadataCommon.h"
Include dependency graph for iopcPcClassStore.h:

This graph shows which files directly or indirectly include this file:

Classes | |
| struct | IopcAttributeInfo |
| Struct that stores information about one attribute of a persistent capable class. More... | |
| struct | IopcPcClassInfo |
| Struct that stores information about one persistent capable class. More... | |
| class | IopcPcClassStore |
| This class stores information about persistent capable classes. It also defines which attributes are (potentially) persistent. More... | |
Typedefs | |
| typedef std::map< CStdString, IopcAttributeInfo > | IopcAttributeMap |
Enumerations | |
| enum | AccessSpecifier { AS_INVALID = 0, AS_PRIVATE = 1, AS_PROTECTED, AS_PUBLIC } |
|
|
Map - key = attribute name, value = information about the attribute.
|
|
|
Access specifier of a class attribute.
|