SHOGUN  v3.2.0
List of all members | Public Member Functions | Static Public Member Functions | Static Public Attributes | Friends
Float64Chunk Class Reference

Detailed Description

Definition at line 794 of file Chunks.pb.h.

Inheritance diagram for Float64Chunk:
Inheritance graph
[legend]

Public Member Functions

 Float64Chunk ()
 
virtual ~Float64Chunk ()
 
 Float64Chunk (const Float64Chunk &from)
 
Float64Chunkoperator= (const Float64Chunk &from)
 
const ::google::protobuf::UnknownFieldSet & unknown_fields () const
 
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (Float64Chunk *other)
 
Float64ChunkNew () const final
 
Float64ChunkNew (::google::protobuf::Arena *arena) const final
 
void CopyFrom (const ::google::protobuf::Message &from) final
 
void MergeFrom (const ::google::protobuf::Message &from) final
 
void CopyFrom (const Float64Chunk &from)
 
void MergeFrom (const Float64Chunk &from)
 
void Clear () final
 
bool IsInitialized () const final
 
size_t ByteSizeLong () const final
 
bool MergePartialFromCodedStream (::google::protobuf::io::CodedInputStream *input) final
 
void SerializeWithCachedSizes (::google::protobuf::io::CodedOutputStream *output) const final
 
::google::protobuf::uint8 * InternalSerializeWithCachedSizesToArray (bool deterministic, ::google::protobuf::uint8 *target) const final
 
int GetCachedSize () const final
 
::google::protobuf::Metadata GetMetadata () const final
 
int data_size () const
 
void clear_data ()
 
double data (int index) const
 
void set_data (int index, double value)
 
void add_data (double value)
 
const ::google::protobuf::RepeatedField< double > & data () const
 
::google::protobuf::RepeatedField< double > * mutable_data ()
 

Static Public Member Functions

static const ::google::protobuf::Descriptor * descriptor ()
 
static const Float64Chunkdefault_instance ()
 
static void InitAsDefaultInstance ()
 
static const Float64Chunkinternal_default_instance ()
 

Static Public Attributes

static constexpr int kIndexInFileMessages
 
static const int kDataFieldNumber = 1
 

Friends

struct ::protobuf_Chunks_2eproto::TableStruct
 
void swap (Float64Chunk &a, Float64Chunk &b)
 

Constructor & Destructor Documentation

◆ Float64Chunk() [1/2]

◆ ~Float64Chunk()

virtual ~Float64Chunk ( )
virtual

◆ Float64Chunk() [2/2]

Float64Chunk ( const Float64Chunk from)

Member Function Documentation

◆ add_data()

void add_data ( double  value)

Definition at line 1140 of file Chunks.pb.h.

◆ ByteSizeLong()

size_t ByteSizeLong ( ) const
final

◆ Clear()

void Clear ( )
final

◆ clear_data()

void clear_data ( )

Definition at line 1129 of file Chunks.pb.h.

◆ CopyFrom() [1/2]

void CopyFrom ( const ::google::protobuf::Message &  from)
final

◆ CopyFrom() [2/2]

void CopyFrom ( const Float64Chunk from)

◆ data() [1/2]

double data ( int  index) const

Definition at line 1132 of file Chunks.pb.h.

◆ data() [2/2]

const ::google::protobuf::RepeatedField< double > & data ( ) const

Definition at line 1145 of file Chunks.pb.h.

◆ data_size()

int data_size ( ) const

Definition at line 1126 of file Chunks.pb.h.

◆ default_instance()

static const Float64Chunk& default_instance ( )
static

◆ descriptor()

static const ::google::protobuf::Descriptor* descriptor ( )
static

◆ GetCachedSize()

int GetCachedSize ( ) const
final

Definition at line 866 of file Chunks.pb.h.

◆ GetMetadata()

::google::protobuf::Metadata GetMetadata ( ) const
final

◆ InitAsDefaultInstance()

static void InitAsDefaultInstance ( )
static

◆ internal_default_instance()

static const Float64Chunk* internal_default_instance ( )
static

Definition at line 831 of file Chunks.pb.h.

◆ InternalSerializeWithCachedSizesToArray()

::google::protobuf::uint8* InternalSerializeWithCachedSizesToArray ( bool  deterministic,
::google::protobuf::uint8 *  target 
) const
final

◆ IsInitialized()

bool IsInitialized ( ) const
final

◆ MergeFrom() [1/2]

void MergeFrom ( const ::google::protobuf::Message &  from)
final

◆ MergeFrom() [2/2]

void MergeFrom ( const Float64Chunk from)

◆ MergePartialFromCodedStream()

bool MergePartialFromCodedStream ( ::google::protobuf::io::CodedInputStream *  input)
final

◆ mutable_data()

google::protobuf::RepeatedField< double > * mutable_data ( )

Definition at line 1150 of file Chunks.pb.h.

◆ mutable_unknown_fields()

inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields ( )

Definition at line 823 of file Chunks.pb.h.

◆ New() [1/2]

Float64Chunk* New ( ) const
final

Definition at line 845 of file Chunks.pb.h.

◆ New() [2/2]

Float64Chunk* New ( ::google::protobuf::Arena *  arena) const
final

Definition at line 849 of file Chunks.pb.h.

◆ operator=()

Float64Chunk& operator= ( const Float64Chunk from)

Definition at line 801 of file Chunks.pb.h.

◆ SerializeWithCachedSizes()

void SerializeWithCachedSizes ( ::google::protobuf::io::CodedOutputStream *  output) const
final

◆ set_data()

void set_data ( int  index,
double  value 
)

Definition at line 1136 of file Chunks.pb.h.

◆ Swap()

void Swap ( Float64Chunk other)

◆ unknown_fields()

const ::google::protobuf::UnknownFieldSet& unknown_fields ( ) const

Definition at line 820 of file Chunks.pb.h.

Friends And Related Function Documentation

◆ ::protobuf_Chunks_2eproto::TableStruct

friend struct ::protobuf_Chunks_2eproto::TableStruct
friend

Definition at line 908 of file Chunks.pb.h.

◆ swap

void swap ( Float64Chunk a,
Float64Chunk b 
)
friend

Definition at line 839 of file Chunks.pb.h.

Member Data Documentation

◆ kDataFieldNumber

const int kDataFieldNumber = 1
static

Definition at line 891 of file Chunks.pb.h.

◆ kIndexInFileMessages

constexpr int kIndexInFileMessages
static
Initial value:
=
6

Definition at line 835 of file Chunks.pb.h.


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

SHOGUN Machine Learning Toolbox - Documentation