DSS C-API and dss.hpp
DSS C-API and dss.hpp expose a customized and extended implementation of OpenDSS to C and C++.
dss::obj::BatchArrayProxy< T > Class Template Reference
Collaboration diagram for dss::obj::BatchArrayProxy< T >:
[legend]

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

DSSBatchbatch
 
int32_t idx
 

The documentation for this class was generated from the following file: