FieldDefinition defines name, type, index of a field.  
 More...
#include <FieldDefinition.h>
FieldDefinition defines name, type, index of a field. 
 
      
        
          | int hazelcast::client::serialization::FieldDefinition::getClassId  | 
          ( | 
           | ) | 
           const | 
        
      
 
- Returns
 - class id of this field's class 
 
 
 
      
        
          | int hazelcast::client::serialization::FieldDefinition::getFactoryId  | 
          ( | 
           | ) | 
           const | 
        
      
 
- Returns
 - factory id of this field's class 
 
 
 
      
        
          | int hazelcast::client::serialization::FieldDefinition::getIndex  | 
          ( | 
           | ) | 
           const | 
        
      
 
 
      
        
          | std::string hazelcast::client::serialization::FieldDefinition::getName  | 
          ( | 
           | ) | 
           const | 
        
      
 
 
      
        
          | const FieldType & hazelcast::client::serialization::FieldDefinition::getType  | 
          ( | 
           | ) | 
           const | 
        
      
 
 
      
        
          | void hazelcast::client::serialization::FieldDefinition::readData  | 
          ( | 
          pimpl::DataInput &  | 
          dataInput | ) | 
           | 
        
      
 
- Parameters
 - 
  
    | dataInput | reads fieldDefinition from given dataOutput  | 
  
   
 
 
      
        
          | void hazelcast::client::serialization::FieldDefinition::writeData  | 
          ( | 
          pimpl::DataOutput &  | 
          dataOutput | ) | 
           | 
        
      
 
- Parameters
 - 
  
    | dataOutput | writes fieldDefinition to given dataOutput  | 
  
   
 
 
The documentation for this class was generated from the following files:
- hazelcast/include/hazelcast/client/serialization/FieldDefinition.h
 
- hazelcast/src/hazelcast/client/serialization/FieldDefinition.cpp