SHOGUN  4.0.0
List of all members | Public Member Functions | Static Public Member Functions | Static Public Attributes | Friends
MatrixHeader Class Reference

Detailed Description

Definition at line 135 of file Headers.pb.h.

Inheritance diagram for MatrixHeader:
Inheritance graph
[legend]

Public Member Functions

 MatrixHeader ()
 
virtual ~MatrixHeader ()
 
 MatrixHeader (const MatrixHeader &from)
 
MatrixHeaderoperator= (const MatrixHeader &from)
 
const ::google::protobuf::UnknownFieldSet & unknown_fields () const
 
inline::google::protobuf::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (MatrixHeader *other)
 
MatrixHeaderNew () const
 
void CopyFrom (const ::google::protobuf::Message &from)
 
void MergeFrom (const ::google::protobuf::Message &from)
 
void CopyFrom (const MatrixHeader &from)
 
void MergeFrom (const MatrixHeader &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 * SerializeWithCachedSizesToArray (::google::protobuf::uint8 *output) const
 
int GetCachedSize () const
 
::google::protobuf::Metadata GetMetadata () const
 
bool has_num_cols () const
 
void clear_num_cols ()
 
inline::google::protobuf::uint64 num_cols () const
 
void set_num_cols (::google::protobuf::uint64 value)
 
bool has_num_rows () const
 
void clear_num_rows ()
 
inline::google::protobuf::uint64 num_rows () const
 
void set_num_rows (::google::protobuf::uint64 value)
 
bool has_num_messages () const
 
void clear_num_messages ()
 
inline::google::protobuf::uint32 num_messages () const
 
void set_num_messages (::google::protobuf::uint32 value)
 

Static Public Member Functions

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

Static Public Attributes

static const int kNumColsFieldNumber = 1
 
static const int kNumRowsFieldNumber = 2
 
static const int kNumMessagesFieldNumber = 3
 

Friends

void protobuf_AddDesc_Headers_2eproto ()
 
void protobuf_AssignDesc_Headers_2eproto ()
 
void protobuf_ShutdownFile_Headers_2eproto ()
 

Constructor & Destructor Documentation

virtual ~MatrixHeader ( )
virtual
MatrixHeader ( const MatrixHeader from)

Member Function Documentation

int ByteSize ( ) const
void Clear ( )
void clear_num_cols ( )

Definition at line 510 of file Headers.pb.h.

void clear_num_messages ( )

Definition at line 554 of file Headers.pb.h.

void clear_num_rows ( )

Definition at line 532 of file Headers.pb.h.

void CopyFrom ( const ::google::protobuf::Message &  from)
void CopyFrom ( const MatrixHeader from)
static const MatrixHeader& default_instance ( )
static
static const ::google::protobuf::Descriptor* descriptor ( )
static
int GetCachedSize ( ) const

Definition at line 176 of file Headers.pb.h.

::google::protobuf::Metadata GetMetadata ( ) const
bool has_num_cols ( ) const

Definition at line 501 of file Headers.pb.h.

bool has_num_messages ( ) const

Definition at line 545 of file Headers.pb.h.

bool has_num_rows ( ) const

Definition at line 523 of file Headers.pb.h.

bool IsInitialized ( ) const
void MergeFrom ( const ::google::protobuf::Message &  from)
void MergeFrom ( const MatrixHeader from)
bool MergePartialFromCodedStream ( ::google::protobuf::io::CodedInputStream *  input)
inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields ( )

Definition at line 151 of file Headers.pb.h.

MatrixHeader* New ( ) const
google::protobuf::uint64 num_cols ( ) const

Definition at line 514 of file Headers.pb.h.

google::protobuf::uint32 num_messages ( ) const

Definition at line 558 of file Headers.pb.h.

google::protobuf::uint64 num_rows ( ) const

Definition at line 536 of file Headers.pb.h.

MatrixHeader& operator= ( const MatrixHeader from)

Definition at line 142 of file Headers.pb.h.

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

Definition at line 517 of file Headers.pb.h.

void set_num_messages ( ::google::protobuf::uint32  value)

Definition at line 561 of file Headers.pb.h.

void set_num_rows ( ::google::protobuf::uint64  value)

Definition at line 539 of file Headers.pb.h.

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

Definition at line 147 of file Headers.pb.h.

Friends And Related Function Documentation

void protobuf_AddDesc_Headers_2eproto ( )
friend
void protobuf_AssignDesc_Headers_2eproto ( )
friend
void protobuf_ShutdownFile_Headers_2eproto ( )
friend

Member Data Documentation

const int kNumColsFieldNumber = 1
static

Definition at line 192 of file Headers.pb.h.

const int kNumMessagesFieldNumber = 3
static

Definition at line 206 of file Headers.pb.h.

const int kNumRowsFieldNumber = 2
static

Definition at line 199 of file Headers.pb.h.


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

SHOGUN Machine Learning Toolbox - Documentation