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

Detailed Description

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

Inheritance diagram for BoolChunk:
Inheritance graph
[legend]

Public Member Functions

 BoolChunk ()
 
virtual ~BoolChunk ()
 
 BoolChunk (const BoolChunk &from)
 
BoolChunkoperator= (const BoolChunk &from)
 
const ::google::protobuf::UnknownFieldSet & unknown_fields () const
 
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (BoolChunk *other)
 
BoolChunkNew () const final
 
BoolChunkNew (::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 BoolChunk &from)
 
void MergeFrom (const BoolChunk &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 ()
 
bool data (int index) const
 
void set_data (int index, bool value)
 
void add_data (bool value)
 
const ::google::protobuf::RepeatedField< bool > & data () const
 
::google::protobuf::RepeatedField< bool > * mutable_data ()
 

Static Public Member Functions

static const ::google::protobuf::Descriptor * descriptor ()
 
static const BoolChunkdefault_instance ()
 
static void InitAsDefaultInstance ()
 
static const BoolChunkinternal_default_instance ()
 

Static Public Attributes

static constexpr int kIndexInFileMessages
 
static const int kDataFieldNumber = 1
 

Friends

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

Constructor & Destructor Documentation

◆ BoolChunk() [1/2]

BoolChunk ( )

◆ ~BoolChunk()

virtual ~BoolChunk ( )
virtual

◆ BoolChunk() [2/2]

BoolChunk ( const BoolChunk from)

Member Function Documentation

◆ add_data()

void add_data ( bool  value)

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

◆ ByteSizeLong()

size_t ByteSizeLong ( ) const
final

◆ Clear()

void Clear ( )
final

◆ clear_data()

void clear_data ( )

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

◆ CopyFrom() [1/2]

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

◆ CopyFrom() [2/2]

void CopyFrom ( const BoolChunk from)

◆ data() [1/2]

bool data ( int  index) const

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

◆ data() [2/2]

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

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

◆ data_size()

int data_size ( ) const

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

◆ default_instance()

static const BoolChunk& default_instance ( )
static

◆ descriptor()

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

◆ GetCachedSize()

int GetCachedSize ( ) const
final

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

◆ GetMetadata()

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

◆ InitAsDefaultInstance()

static void InitAsDefaultInstance ( )
static

◆ internal_default_instance()

static const BoolChunk* internal_default_instance ( )
static

Definition at line 123 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 BoolChunk from)

◆ MergePartialFromCodedStream()

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

◆ mutable_data()

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

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

◆ mutable_unknown_fields()

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

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

◆ New() [1/2]

BoolChunk* New ( ) const
final

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

◆ New() [2/2]

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

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

◆ operator=()

BoolChunk& operator= ( const BoolChunk from)

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

◆ SerializeWithCachedSizes()

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

◆ set_data()

void set_data ( int  index,
bool  value 
)

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

◆ Swap()

void Swap ( BoolChunk other)

◆ unknown_fields()

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

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

Friends And Related Function Documentation

◆ ::protobuf_Chunks_2eproto::TableStruct

friend struct ::protobuf_Chunks_2eproto::TableStruct
friend

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

◆ swap

void swap ( BoolChunk a,
BoolChunk b 
)
friend

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

Member Data Documentation

◆ kDataFieldNumber

const int kDataFieldNumber = 1
static

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

◆ kIndexInFileMessages

constexpr int kIndexInFileMessages
static
Initial value:
=
0

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


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

SHOGUN Machine Learning Toolbox - Documentation