arrays: formatIsTrivial -> public
This commit is contained in:
parent
0cc0a7cea4
commit
9ea47a20a3
2 changed files with 3 additions and 8 deletions
|
@ -44,11 +44,9 @@ namespace CNORXZ
|
|||
virtual const_iterator cbegin() const override;
|
||||
virtual const_iterator cend() const override;
|
||||
virtual bool isView() const override;
|
||||
virtual bool formatIsTrivial() const override final;
|
||||
|
||||
SERIALIZATION_FUNCTIONS;
|
||||
|
||||
protected:
|
||||
virtual bool formatIsTrivial() const override final;
|
||||
|
||||
private:
|
||||
Vector<T> mCont;
|
||||
|
|
|
@ -47,11 +47,10 @@ namespace CNORXZ
|
|||
virtual const_iterator cbegin() const override;
|
||||
virtual const_iterator cend() const override;
|
||||
virtual bool isView() const override final;
|
||||
|
||||
protected:
|
||||
|
||||
virtual bool formatIsTrivial() const override final;
|
||||
|
||||
protected:
|
||||
|
||||
const CArrayBase<T>* mCParent = nullptr; /**< pointer to the original container */
|
||||
YFormat mBlockSizes; /**< the format */
|
||||
SizeT mOff = 0; /** pointer offset w.r.t. the original pointer */
|
||||
|
@ -89,8 +88,6 @@ namespace CNORXZ
|
|||
virtual const_iterator cbegin() const override;
|
||||
virtual const_iterator cend() const override;
|
||||
virtual bool isView() const override final;
|
||||
|
||||
protected:
|
||||
virtual bool formatIsTrivial() const override final;
|
||||
|
||||
private:
|
||||
|
|
Loading…
Reference in a new issue