Search Results

#include <EncryptedArray.h>

Public Member Functions

 PlaintextArray (const EncryptedArray &ea)
 
 PlaintextArray (const PlaintextArray &other)
 
PlaintextArrayoperator= (const PlaintextArray &other)
 
template<typename type >
std::vector< typename type::RX > & getData ()
 
template<typename type >
const std::vector< typename type::RX > & getData () const
 
void print (std::ostream &s) const
 

Constructor & Destructor Documentation

◆ PlaintextArray() [1/2]

helib::PlaintextArray::PlaintextArray ( const EncryptedArray ea)
inline

◆ PlaintextArray() [2/2]

helib::PlaintextArray::PlaintextArray ( const PlaintextArray other)
inline

Member Function Documentation

◆ getData() [1/2]

template<typename type >
std::vector<typename type::RX>& helib::PlaintextArray::getData ( )
inline

◆ getData() [2/2]

template<typename type >
const std::vector<typename type::RX>& helib::PlaintextArray::getData ( ) const
inline

◆ operator=()

PlaintextArray& helib::PlaintextArray::operator= ( const PlaintextArray other)
inline

◆ print()

void helib::PlaintextArray::print ( std::ostream &  s) const
inline