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 49 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
 
BoolChunkNew (::google::protobuf::Arena *arena) const
 
void CopyFrom (const ::google::protobuf::Message &from)
 
void MergeFrom (const ::google::protobuf::Message &from)
 
void CopyFrom (const BoolChunk &from)
 
void MergeFrom (const BoolChunk &from)
 
void Clear ()
 
bool IsInitialized () const
 
int ByteSize () const
 
bool MergePartialFromCodedStream (::google::protobuf::io::CodedInputStream *input)
 
void SerializeWithCachedSizes (::google::protobuf::io::CodedOutputStream *output) const
 
::google::protobuf::uint8 * InternalSerializeWithCachedSizesToArray (bool deterministic,::google::protobuf::uint8 *output) const
 
::google::protobuf::uint8 * SerializeWithCachedSizesToArray (::google::protobuf::uint8 *output) const
 
int GetCachedSize () const
 
::google::protobuf::Metadata GetMetadata () const
 
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 Public Attributes

static const int kDataFieldNumber = 1
 

Friends

void protobuf_AddDesc_Chunks_2eproto ()
 
void protobuf_AssignDesc_Chunks_2eproto ()
 
void protobuf_ShutdownFile_Chunks_2eproto ()
 

Constructor & Destructor Documentation

BoolChunk ( )
virtual ~BoolChunk ( )
virtual
BoolChunk ( const BoolChunk from)

Member Function Documentation

void add_data ( bool  value)

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

int ByteSize ( ) const
void Clear ( )
void clear_data ( )

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

void CopyFrom ( const ::google::protobuf::Message &  from)
void CopyFrom ( const BoolChunk from)
bool data ( int  index) const

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

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

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

int data_size ( ) const

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

static const BoolChunk& default_instance ( )
static
static const ::google::protobuf::Descriptor* descriptor ( )
static
int GetCachedSize ( ) const

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

::google::protobuf::Metadata GetMetadata ( ) const
::google::protobuf::uint8* InternalSerializeWithCachedSizesToArray ( bool  deterministic,
::google::protobuf::uint8 *  output 
) const
bool IsInitialized ( ) const
void MergeFrom ( const ::google::protobuf::Message &  from)
void MergeFrom ( const BoolChunk from)
bool MergePartialFromCodedStream ( ::google::protobuf::io::CodedInputStream *  input)
google::protobuf::RepeatedField< bool > * mutable_data ( )

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

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

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

BoolChunk* New ( ) const

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

BoolChunk* New ( ::google::protobuf::Arena *  arena) const
BoolChunk& operator= ( const BoolChunk from)

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

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

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

void set_data ( int  index,
bool  value 
)

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

void Swap ( BoolChunk other)
const ::google::protobuf::UnknownFieldSet& unknown_fields ( ) const

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

Friends And Related Function Documentation

void protobuf_AddDesc_Chunks_2eproto ( )
friend
void protobuf_AssignDesc_Chunks_2eproto ( )
friend
void protobuf_ShutdownFile_Chunks_2eproto ( )
friend

Member Data Documentation

const int kDataFieldNumber = 1
static

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


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

SHOGUN Machine Learning Toolbox - Documentation