找回密码
 注册
查看: 414|回复: 0

R语言 RProtoBuf包 FieldDescriptor-class()函数中文帮助文档(中英文对照)

[复制链接]
发表于 2012-9-28 20:13:16 | 显示全部楼层 |阅读模式
FieldDescriptor-class(RProtoBuf)
FieldDescriptor-class()所属R语言包:RProtoBuf

                                        Class "FieldDescriptor"
                                         类“FieldDescriptor”

                                         译者:生物统计家园网 机器人LoveR

描述----------Description----------

R representation of message type field descriptor.
ŕ表示消息的类型字段描述。


类对象----------Objects from the Class----------

Objects typically are retrieved from FieldDescriptor
对象通常是取自FieldDescriptor


插槽----------Slots----------




pointer: external pointer to the FieldDescriptor c++ object
pointer:外部FieldDescriptorC + +对象的指针




name:  name of the field within the message type
name:在消息类型的字段名称




full_name: Fully qualified name of the field
full_name:完全合格的字段名称




type: Fully qualified name of the type that contains this field
type:包含此字段的类型完全限定名


方法----------Methods----------




show signature(object = "FieldDescriptor"): small description
显示signature(object = "FieldDescriptor"):小介绍




as.character signature(x = "FieldDescriptor"):  returns the debug string of the field descriptor.  This is retrieved by a call to the DebugString
as.character signature(x = "FieldDescriptor"):返回的字符串描述符的调试。这是通过调用检索到DebugString




toString signature(x = "FieldDescriptor"): same as as.character
的toString signature(x = "FieldDescriptor"):as.character




$ signature(x = "FieldDescriptor"): used to invoke pseudo methods
$signature(x = "FieldDescriptor"):用于调用伪方法




containing_type signature(object = "FieldDescriptor") : returns a Descriptor of the message type that contains this field descriptor.
containing_type signature(object = "FieldDescriptor"):返回一个描述符的消息类型包含此字段描述。




is_extension signature(object = "FieldDescriptor") : indicates if this is an extension.
is_extensionsignature(object = "FieldDescriptor"):如果这是一个扩展。




number signature(object = "FieldDescriptor") : gets the declared tag number of this field.
数signature(object = "FieldDescriptor"):得到这个字段声明的标签号码。




type signature(object = "FieldDescriptor") : type of this field.
类型signature(object = "FieldDescriptor"):这个字段的类型。




cpp_type signature(object = "FieldDescriptor") : c++ type of this field.
cpp_type signature(object = "FieldDescriptor"):C + +这个字段的类型。




label signature(object = "FieldDescriptor") : label of this field.
标签signature(object = "FieldDescriptor"):这个域的标签。




is_required signature(object = "FieldDescriptor") : is this field required.
is_required signature(object = "FieldDescriptor"):这一领域。




is_optional signature(object = "FieldDescriptor") : is this field optional.
is_optional signature(object = "FieldDescriptor"):这个领域是可选的。




is_repeated signature(object = "FieldDescriptor") : is this field repeated.
is_repeated signature(object = "FieldDescriptor"):重复这一领域。




has_default_value signature(object = "FieldDescriptor") : indicates if this field has a default value.
has_default_valuesignature(object = "FieldDescriptor"):如果此字段的默认值。




default_value signature(object = "FieldDescriptor") : the default value of this field.
DEFAULT_VALUE signature(object = "FieldDescriptor"):这个字段的默认值。




message_type signature(object = "FieldDescriptor") : the Descriptor for the associated message type. Generates an error if this field is not a message type field.
message_typesignature(object = "FieldDescriptor"):相关的消息类型的描述符。如果这个字段是不能产生一个错误的消息类型字段。




enum_type signature(object = "FieldDescriptor") : the EnumDescriptor for the associated enum type.Generates an error if this field is not an enum type field
enum_type signature(object = "FieldDescriptor"):EnumDescriptor的关联枚举type.Generates一个错误,如果该字段是不是一个枚举类型的字段的


(作者)----------Author(s)----------


Romain Francois <francoisromain@free.fr>



参考文献----------References----------

<h3>See Also</h3>   Descriptor

实例----------Examples----------


## Not run: [#不运行:]
# example proto file supplied with this package[例如此包提供与原文件]
proto.file <- system.file( "proto", "addressbook.proto", package = "RProtoBuf" )

# reading a proto file and creating the descriptor[读一本原始文件,并创建描述符]
Person <- P( "tutorial.Person", file = proto.file )

# field descriptor object[段描述符对象]
Person$email

# debug string[调试字符串]
as.character( Person$email )

# or as a pseudo method[或作为伪方法]
Person$email$as.character()

## End(Not run)[#(不执行)]

转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。


注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

手机版|小黑屋|生物统计家园 网站价格

GMT+8, 2024-11-26 12:16 , Processed in 0.020710 second(s), 15 queries .

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

快速回复 返回顶部 返回列表