ArmNN
 25.02
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Int32ToInt32tEncoder Class Reference

#include <BaseIterator.hpp>

Inheritance diagram for Int32ToInt32tEncoder:
[legend]
Collaboration diagram for Int32ToInt32tEncoder:
[legend]

Public Member Functions

 Int32ToInt32tEncoder (int32_t *data)
 
 Int32ToInt32tEncoder ()
 
void Set (int32_t right) override
 
int32_t Get () const override
 
- Public Member Functions inherited from TypedIterator< int32_t, Encoder< int32_t > >
 TypedIterator (int32_t *data=nullptr)
 
void Reset (void *data) override
 
TypedIteratoroperator++ () override
 
TypedIteratoroperator+= (const unsigned int increment) override
 
TypedIteratoroperator-= (const unsigned int increment) override
 
TypedIteratoroperator[] (const unsigned int index) override
 
- Public Member Functions inherited from Encoder< IType >
 Encoder ()
 
virtual ~Encoder ()
 
virtual void Set (IType right)=0
 
- Public Member Functions inherited from BaseIterator
 BaseIterator ()
 
virtual ~BaseIterator ()
 

Additional Inherited Members

- Protected Attributes inherited from TypedIterator< int32_t, Encoder< int32_t > >
int32_t * m_Iterator
 
int32_t * m_Start
 

Detailed Description

Definition at line 644 of file BaseIterator.hpp.

Constructor & Destructor Documentation

◆ Int32ToInt32tEncoder() [1/2]

Int32ToInt32tEncoder ( int32_t *  data)
inline

Definition at line 647 of file BaseIterator.hpp.

648  : TypedIterator(data){}

◆ Int32ToInt32tEncoder() [2/2]

Definition at line 650 of file BaseIterator.hpp.

Member Function Documentation

◆ Get()

int32_t Get ( ) const
inlineoverridevirtual

◆ Set()

void Set ( int32_t  right)
inlineoverride

Definition at line 653 of file BaseIterator.hpp.

654  {
655  *m_Iterator = right;
656  }

References TypedIterator< int32_t, Encoder< int32_t > >::m_Iterator.


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