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 | |
BatchArrayProxy (DSSBatch &batch_, int32_t prop_idx) | |
template<typename VectorT > | |
VectorT | to_array () |
template<typename VectorT > | |
operator VectorT () | |
BatchArrayProxy< T > & | operator+ (T other) |
BatchArrayProxy< T > & | operator- (T other) |
BatchArrayProxy< T > & | operator* (T other) |
BatchArrayProxy< T > & | operator/ (T other) |
BatchArrayProxy< T > & | operator= (T other) |
BatchArrayProxy< T > & | operator+= (T other) |
BatchArrayProxy< T > & | operator-= (T other) |
BatchArrayProxy< T > & | operator*= (T other) |
BatchArrayProxy< T > & | operator/= (T other) |
Public Attributes | |
DSSBatch & | batch |
int32_t | idx |