SHOGUN  3.2.1
 全部  命名空间 文件 函数 变量 类型定义 枚举 枚举值 友元 宏定义  
所有成员列表 | Public 成员函数 | 静态 Public 成员函数 | 静态 Public 属性 | 友元
Float64Chunk类 参考

详细描述

在文件 Chunks.pb.h562 行定义.

类 Float64Chunk 继承关系图:
Inheritance graph
[图例]

Public 成员函数

 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
 
void CopyFrom (const ::google::protobuf::Message &from)
 
void MergeFrom (const ::google::protobuf::Message &from)
 
void CopyFrom (const Float64Chunk &from)
 
void MergeFrom (const Float64Chunk &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
 
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
 
inline::google::protobuf::RepeatedField
< double > * 
mutable_data ()
 

静态 Public 成员函数

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

静态 Public 属性

static const int kDataFieldNumber = 1
 

友元

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

构造及析构函数说明

virtual ~Float64Chunk ( )
virtual
Float64Chunk ( const Float64Chunk from)

成员函数说明

void add_data ( double  value)

在文件 Chunks.pb.h840 行定义.

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

在文件 Chunks.pb.h831 行定义.

void CopyFrom ( const ::google::protobuf::Message &  from)
void CopyFrom ( const Float64Chunk from)
double data ( int  index) const

在文件 Chunks.pb.h834 行定义.

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

在文件 Chunks.pb.h844 行定义.

int data_size ( ) const

在文件 Chunks.pb.h828 行定义.

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

在文件 Chunks.pb.h603 行定义.

::google::protobuf::Metadata GetMetadata ( ) const
bool IsInitialized ( ) const
void MergeFrom ( const ::google::protobuf::Message &  from)
void MergeFrom ( const Float64Chunk from)
bool MergePartialFromCodedStream ( ::google::protobuf::io::CodedInputStream *  input)
google::protobuf::RepeatedField< double > * mutable_data ( )

在文件 Chunks.pb.h848 行定义.

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

在文件 Chunks.pb.h578 行定义.

Float64Chunk* New ( ) const
Float64Chunk& operator= ( const Float64Chunk from)

在文件 Chunks.pb.h569 行定义.

void SerializeWithCachedSizes ( ::google::protobuf::io::CodedOutputStream *  output) const
::google::protobuf::uint8* SerializeWithCachedSizesToArray ( ::google::protobuf::uint8 *  output) const
void set_data ( int  index,
double  value 
)

在文件 Chunks.pb.h837 行定义.

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

在文件 Chunks.pb.h574 行定义.

友元及相关函数文档

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

类成员变量说明

const int kDataFieldNumber = 1
static

在文件 Chunks.pb.h619 行定义.


该类的文档由以下文件生成:

SHOGUN 机器学习工具包 - 项目文档