#include <document.pb.h>
Public Member Functions | |
word_ind_pair () | |
virtual | ~word_ind_pair () |
word_ind_pair (const word_ind_pair &from) | |
word_ind_pair & | operator= (const word_ind_pair &from) |
const ::google::protobuf::UnknownFieldSet & | unknown_fields () const |
inline::google::protobuf::UnknownFieldSet * | mutable_unknown_fields () |
void | Swap (word_ind_pair *other) |
word_ind_pair * | New () const |
void | CopyFrom (const ::google::protobuf::Message &from) |
void | MergeFrom (const ::google::protobuf::Message &from) |
void | CopyFrom (const word_ind_pair &from) |
void | MergeFrom (const word_ind_pair &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 | word_size () const |
void | clear_word () |
const ::google::protobuf::RepeatedPtrField < ::std::string > & | word () const |
inline::google::protobuf::RepeatedPtrField < ::std::string > * | mutable_word () |
const ::std::string & | word (int index) const |
inline::std::string * | mutable_word (int index) |
void | set_word (int index, const ::std::string &value) |
void | set_word (int index, const char *value) |
void | set_word (int index, const char *value, size_t size) |
inline::std::string * | add_word () |
void | add_word (const ::std::string &value) |
void | add_word (const char *value) |
void | add_word (const char *value, size_t size) |
int | index_size () const |
void | clear_index () |
const ::google::protobuf::RepeatedField < ::google::protobuf::uint32 > & | index () const |
inline::google::protobuf::RepeatedField < ::google::protobuf::uint32 > * | mutable_index () |
inline::google::protobuf::uint32 | index (int index) const |
void | set_index (int index,::google::protobuf::uint32 value) |
void | add_index (::google::protobuf::uint32 value) |
int | frequency_size () const |
void | clear_frequency () |
const ::google::protobuf::RepeatedField < ::google::protobuf::uint32 > & | frequency () const |
inline::google::protobuf::RepeatedField < ::google::protobuf::uint32 > * | mutable_frequency () |
inline::google::protobuf::uint32 | frequency (int index) const |
void | set_frequency (int index,::google::protobuf::uint32 value) |
void | add_frequency (::google::protobuf::uint32 value) |
Static Public Member Functions | |
static const ::google::protobuf::Descriptor * | descriptor () |
static const word_ind_pair & | default_instance () |
Static Public Attributes | |
static const int | kWordFieldNumber = 1 |
static const int | kIndexFieldNumber = 2 |
static const int | kFrequencyFieldNumber = 3 |
Friends | |
void | protobuf_AddDesc_document_2eproto () |
void | protobuf_AssignDesc_document_2eproto () |
void | protobuf_ShutdownFile_document_2eproto () |
LDA::word_ind_pair::word_ind_pair | ( | ) |
LDA::word_ind_pair::~word_ind_pair | ( | ) | [virtual] |
LDA::word_ind_pair::word_ind_pair | ( | const word_ind_pair & | from | ) |
void LDA::word_ind_pair::add_frequency | ( | ::google::protobuf::uint32 | value | ) | [inline] |
void LDA::word_ind_pair::add_index | ( | ::google::protobuf::uint32 | value | ) | [inline] |
void LDA::word_ind_pair::add_word | ( | const char * | value, | |
size_t | size | |||
) | [inline] |
void LDA::word_ind_pair::add_word | ( | const char * | value | ) | [inline] |
void LDA::word_ind_pair::add_word | ( | const ::std::string & | value | ) | [inline] |
std::string * LDA::word_ind_pair::add_word | ( | ) | [inline] |
int LDA::word_ind_pair::ByteSize | ( | ) | const |
void LDA::word_ind_pair::Clear | ( | ) |
void LDA::word_ind_pair::clear_frequency | ( | ) | [inline] |
void LDA::word_ind_pair::clear_index | ( | ) | [inline] |
void LDA::word_ind_pair::clear_word | ( | ) | [inline] |
void LDA::word_ind_pair::CopyFrom | ( | const word_ind_pair & | from | ) |
void LDA::word_ind_pair::CopyFrom | ( | const ::google::protobuf::Message & | from | ) |
const word_ind_pair & LDA::word_ind_pair::default_instance | ( | ) | [static] |
const ::google::protobuf::Descriptor * LDA::word_ind_pair::descriptor | ( | ) | [static] |
google::protobuf::uint32 LDA::word_ind_pair::frequency | ( | int | index | ) | const [inline] |
const ::google::protobuf::RepeatedField<::google::protobuf::uint32 > & LDA::word_ind_pair::frequency | ( | ) | const [inline] |
int LDA::word_ind_pair::frequency_size | ( | ) | const [inline] |
int LDA::word_ind_pair::GetCachedSize | ( | ) | const [inline] |
google::protobuf::Metadata LDA::word_ind_pair::GetMetadata | ( | ) | const |
google::protobuf::uint32 LDA::word_ind_pair::index | ( | int | index | ) | const [inline] |
const ::google::protobuf::RepeatedField<::google::protobuf::uint32 > & LDA::word_ind_pair::index | ( | ) | const [inline] |
int LDA::word_ind_pair::index_size | ( | ) | const [inline] |
bool LDA::word_ind_pair::IsInitialized | ( | ) | const |
void LDA::word_ind_pair::MergeFrom | ( | const word_ind_pair & | from | ) |
void LDA::word_ind_pair::MergeFrom | ( | const ::google::protobuf::Message & | from | ) |
bool LDA::word_ind_pair::MergePartialFromCodedStream | ( | ::google::protobuf::io::CodedInputStream * | input | ) |
google::protobuf::RepeatedField<::google::protobuf::uint32 > * LDA::word_ind_pair::mutable_frequency | ( | ) | [inline] |
google::protobuf::RepeatedField<::google::protobuf::uint32 > * LDA::word_ind_pair::mutable_index | ( | ) | [inline] |
inline ::google::protobuf::UnknownFieldSet* LDA::word_ind_pair::mutable_unknown_fields | ( | ) | [inline] |
std::string * LDA::word_ind_pair::mutable_word | ( | int | index | ) | [inline] |
google::protobuf::RepeatedPtrField<::std::string > * LDA::word_ind_pair::mutable_word | ( | ) | [inline] |
word_ind_pair * LDA::word_ind_pair::New | ( | ) | const |
word_ind_pair& LDA::word_ind_pair::operator= | ( | const word_ind_pair & | from | ) | [inline] |
void LDA::word_ind_pair::SerializeWithCachedSizes | ( | ::google::protobuf::io::CodedOutputStream * | output | ) | const |
google::protobuf::uint8 * LDA::word_ind_pair::SerializeWithCachedSizesToArray | ( | ::google::protobuf::uint8 * | output | ) | const |
void LDA::word_ind_pair::set_frequency | ( | int | index, | |
::google::protobuf::uint32 | value | |||
) | [inline] |
void LDA::word_ind_pair::set_index | ( | int | index, | |
::google::protobuf::uint32 | value | |||
) | [inline] |
void LDA::word_ind_pair::set_word | ( | int | index, | |
const char * | value, | |||
size_t | size | |||
) | [inline] |
void LDA::word_ind_pair::set_word | ( | int | index, | |
const char * | value | |||
) | [inline] |
void LDA::word_ind_pair::set_word | ( | int | index, | |
const ::std::string & | value | |||
) | [inline] |
void LDA::word_ind_pair::Swap | ( | word_ind_pair * | other | ) |
const ::google::protobuf::UnknownFieldSet& LDA::word_ind_pair::unknown_fields | ( | ) | const [inline] |
const ::std::string & LDA::word_ind_pair::word | ( | int | index | ) | const [inline] |
const ::google::protobuf::RepeatedPtrField<::std::string > & LDA::word_ind_pair::word | ( | ) | const [inline] |
int LDA::word_ind_pair::word_size | ( | ) | const [inline] |
void protobuf_AddDesc_document_2eproto | ( | ) | [friend] |
void protobuf_AssignDesc_document_2eproto | ( | ) | [friend] |
void protobuf_ShutdownFile_document_2eproto | ( | ) | [friend] |
const int LDA::word_ind_pair::kFrequencyFieldNumber = 3 [static] |
const int LDA::word_ind_pair::kIndexFieldNumber = 2 [static] |
const int LDA::word_ind_pair::kWordFieldNumber = 1 [static] |