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

Detailed Description

Definition at line 201 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 final
 
MatrixHeaderNew (::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 MatrixHeader &from)
 
void MergeFrom (const MatrixHeader &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
 
bool has_num_cols () const
 
void clear_num_cols ()
 
::google::protobuf::uint64 num_cols () const
 
void set_num_cols (::google::protobuf::uint64 value)
 
bool has_num_rows () const
 
void clear_num_rows ()
 
::google::protobuf::uint64 num_rows () const
 
void set_num_rows (::google::protobuf::uint64 value)
 
bool has_num_messages () const
 
void clear_num_messages ()
 
::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 void InitAsDefaultInstance ()
 
static const MatrixHeaderinternal_default_instance ()
 

Static Public Attributes

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

Friends

struct ::protobuf_Headers_2eproto::TableStruct
 
void swap (MatrixHeader &a, MatrixHeader &b)
 

Constructor & Destructor Documentation

◆ MatrixHeader() [1/2]

◆ ~MatrixHeader()

virtual ~MatrixHeader ( )
virtual

◆ MatrixHeader() [2/2]

MatrixHeader ( const MatrixHeader from)

Member Function Documentation

◆ ByteSizeLong()

size_t ByteSizeLong ( ) const
final

◆ Clear()

void Clear ( )
final

◆ clear_num_cols()

void clear_num_cols ( )

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

◆ clear_num_messages()

void clear_num_messages ( )

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

◆ clear_num_rows()

void clear_num_rows ( )

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

◆ CopyFrom() [1/2]

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

◆ CopyFrom() [2/2]

void CopyFrom ( const MatrixHeader from)

◆ default_instance()

static const MatrixHeader& default_instance ( )
static

◆ descriptor()

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

◆ GetCachedSize()

int GetCachedSize ( ) const
final

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

◆ GetMetadata()

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

◆ has_num_cols()

bool has_num_cols ( ) const

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

◆ has_num_messages()

bool has_num_messages ( ) const

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

◆ has_num_rows()

bool has_num_rows ( ) const

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

◆ InitAsDefaultInstance()

static void InitAsDefaultInstance ( )
static

◆ internal_default_instance()

static const MatrixHeader* internal_default_instance ( )
static

Definition at line 238 of file Headers.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 MatrixHeader from)

◆ MergePartialFromCodedStream()

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

◆ mutable_unknown_fields()

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

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

◆ New() [1/2]

MatrixHeader* New ( ) const
final

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

◆ New() [2/2]

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

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

◆ num_cols()

google::protobuf::uint64 num_cols ( ) const

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

◆ num_messages()

google::protobuf::uint32 num_messages ( ) const

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

◆ num_rows()

google::protobuf::uint64 num_rows ( ) const

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

◆ operator=()

MatrixHeader& operator= ( const MatrixHeader from)

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

◆ SerializeWithCachedSizes()

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

◆ set_num_cols()

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

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

◆ set_num_messages()

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

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

◆ set_num_rows()

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

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

◆ Swap()

void Swap ( MatrixHeader other)

◆ unknown_fields()

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

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

Friends And Related Function Documentation

◆ ::protobuf_Headers_2eproto::TableStruct

friend struct ::protobuf_Headers_2eproto::TableStruct
friend

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

◆ swap

void swap ( MatrixHeader a,
MatrixHeader b 
)
friend

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

Member Data Documentation

◆ kIndexInFileMessages

constexpr int kIndexInFileMessages
static
Initial value:
=
1

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

◆ kNumColsFieldNumber

const int kNumColsFieldNumber = 1
static

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

◆ kNumMessagesFieldNumber

const int kNumMessagesFieldNumber = 3
static

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

◆ kNumRowsFieldNumber

const int kNumRowsFieldNumber = 2
static

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


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

SHOGUN Machine Learning Toolbox - Documentation