Security Scol plugin
Public Member Functions | Public Attributes | List of all members
ZIterator Struct Reference

Public Member Functions

 ZIterator (std::vector< ProjectivePoint >::iterator it)
 
Integeroperator* ()
 
int operator- (ZIterator it2)
 
ZIterator operator+ (int i)
 
ZIteratoroperator+= (int i)
 

Public Attributes

std::vector< ProjectivePoint >::iterator it
 

Detailed Description

Definition at line 373 of file ecp.cpp.

Constructor & Destructor Documentation

◆ ZIterator() [1/2]

ZIterator::ZIterator ( )
inline

Definition at line 375 of file ecp.cpp.

◆ ZIterator() [2/2]

ZIterator::ZIterator ( std::vector< ProjectivePoint >::iterator  it)
inline

Definition at line 376 of file ecp.cpp.

Member Function Documentation

◆ operator*()

Integer & ZIterator::operator* ( )
inline

Definition at line 377 of file ecp.cpp.

◆ operator+()

ZIterator ZIterator::operator+ ( int  i)
inline

Definition at line 379 of file ecp.cpp.

◆ operator+=()

ZIterator & ZIterator::operator+= ( int  i)
inline

Definition at line 380 of file ecp.cpp.

◆ operator-()

int ZIterator::operator- ( ZIterator  it2)
inline

Definition at line 378 of file ecp.cpp.

Member Data Documentation

◆ it

std::vector<ProjectivePoint>::iterator ZIterator::it

Definition at line 381 of file ecp.cpp.


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