JUCE-7.0.12-0-g4f43011b96 JUCE-7.0.12-0-g4f43011b96
JUCE — C++ application framework with suport for VST, VST3, LV2 audio plug-ins

« « « Anklang Documentation
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
juce::SerialisationSize< T > Struct Template Reference

Holds a reference to some kind of size value, used to indicate that an object being marshalled is of variable size (e.g. More...

#include "juce_Serialisation.h"

Public Member Functions

auto operator== (const SerialisationSize &other) const
 
auto operator!= (const SerialisationSize &other) const
 
auto operator< (const SerialisationSize &other) const
 
auto operator<= (const SerialisationSize &other) const
 
auto operator> (const SerialisationSize &other) const
 
auto operator>= (const SerialisationSize &other) const
 

Public Attributes

T & size
 

Detailed Description

template<typename T>
struct juce::SerialisationSize< T >

Holds a reference to some kind of size value, used to indicate that an object being marshalled is of variable size (e.g.

Array, vector, map, set, etc.).

If you need to write your own serialisation routines for a dynamically-sized type, ensure that you archive an instance of SerialisationSize before any of the contents of the container.

Template Parameters
Tthe (probably numeric) type of the size value
See also
serialisztionSize()

@tags{Core}

Definition at line 117 of file juce_Serialisation.h.

Member Function Documentation

◆ operator!=()

template<typename T >
auto juce::SerialisationSize< T >::operator!= ( const SerialisationSize< T > &  other) const

Definition at line 120 of file juce_Serialisation.h.

◆ operator<()

template<typename T >
auto juce::SerialisationSize< T >::operator< ( const SerialisationSize< T > &  other) const

Definition at line 120 of file juce_Serialisation.h.

◆ operator<=()

template<typename T >
auto juce::SerialisationSize< T >::operator<= ( const SerialisationSize< T > &  other) const

Definition at line 120 of file juce_Serialisation.h.

◆ operator==()

template<typename T >
auto juce::SerialisationSize< T >::operator== ( const SerialisationSize< T > &  other) const

Definition at line 120 of file juce_Serialisation.h.

◆ operator>()

template<typename T >
auto juce::SerialisationSize< T >::operator> ( const SerialisationSize< T > &  other) const

Definition at line 120 of file juce_Serialisation.h.

◆ operator>=()

template<typename T >
auto juce::SerialisationSize< T >::operator>= ( const SerialisationSize< T > &  other) const

Definition at line 120 of file juce_Serialisation.h.

Member Data Documentation

◆ size

template<typename T >
T& juce::SerialisationSize< T >::size

Definition at line 123 of file juce_Serialisation.h.


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