DSS C-API and dss.hpp
DSS C-API and dss.hpp expose a customized and extended implementation of OpenDSS to C and C++.
|
Public Member Functions | |
IDSSProperty (dss::APIUtil *util) | |
IDSSProperty & | operator[] (int32_t key) |
IDSSProperty & | operator[] (const char *key) |
IDSSProperty & | operator[] (const string &key) |
string | Description () |
Description of the property. | |
string | Name () |
Name of Property. | |
string | Val () |
IDSSProperty & | Val (const char *value) |
IDSSProperty & | Val (const string &value) |
Public Member Functions inherited from dss::ContextState | |
ContextState (APIUtil *util) | |
Additional Inherited Members | |
Public Attributes inherited from dss::ContextState | |
void * | ctx |
Pointer to the DSSContext for easy access. | |
APIUtil * | api_util |
API utility functions. | |