This class represents a wrapper for a resbuf structure.
File: DbEvalVariant.h
Module: API Reference
Constructor creates an instance of this class. | |
Destructor destroys an instance of this class. | |
Destroys an instance of the ResBuf object. (Inherited from OdResBuf) |
Defines the group codes for ResBuf instances. |
| |
(Inherited from OdResBuf) | |
Clears the content of this variable and frees any allocated memory. | |
eWrongObjectType | |
Copies the contents of the specified ResBuf object into this ResBuf object. (Inherited from OdResBuf) | |
Reads the .dwg file data of this object. | |
Writes the .dwg file data of this object. | |
Reads the .dxf file data of this object. | |
Writes the .dxf file data of this object. | |
Gets the value of this variable transformed to 'double'. | |
Gets the value of this variable transformed to 'int'. | |
Returns the data content of the ResBuf object as a Binary chunk. (Inherited from OdResBuf) | |
Returns the data content of the ResBuf object as a Boolean value. (Inherited from OdResBuf) | |
Returns the data content of the ResBuf object as a Color instance. (Inherited from OdResBuf) | |
Returns the data content of the ResBuf object as a double-precision floating-point value. (Inherited from OdResBuf) | |
Returns the data content of the ResBuf object as an OdDbObjectId instance. (Inherited from OdResBuf) | |
Returns the data content of the ResBuf object as an OdDbHandle instance. (Inherited from OdResBuf) | |
Returns the data content of the ResBuf object as 16-bit Integer value. (Inherited from OdResBuf) | |
Returns the data content of the ResBuf object as 32-bit Integer value. (Inherited from OdResBuf) | |
Returns the data content of the ResBuf object as 64-bit Integer value. (Inherited from OdResBuf) | |
Returns the data content of the ResBuf object as 8-bit Integer value. (Inherited from OdResBuf) | |
Returns the data content of the ResBuf object as an OdDbObjectId instance using the specified database instance. (Inherited from OdResBuf) | |
Returns the ResVal in this ResBuf object. (Inherited from OdResBuf) | |
Returns the data content of the ResBuf object as two-dimensional point instance. (Inherited from OdResBuf) | |
Returns the data content of the ResBuf object as three-dimensional point instance. (Inherited from OdResBuf) | |
Returns a pointer to the ResBuf instance nested in the data content of the ResBuf object. (Inherited from OdResBuf) | |
Returns the data content of the ResBuf object as a String value. (Inherited from OdResBuf) | |
Returns the data type of this variable. | |
This is the overview for the getValue method overload. | |
Returns the data content of the ResBuf object as two-dimensional vector instance. (Inherited from OdResBuf) | |
Returns the data content of the ResBuf object as three-dimensional vector instance. (Inherited from OdResBuf) | |
This is the overview for the init method overload. | |
Inserts the specified ResBuf object before the next ResBuf object in the sequence of tagged data after the current ResBuf object that calls this method. (Inherited from OdResBuf) | |
Returns a smart pointer to the last ResBuf object in the sequence of tagged data. (Inherited from OdResBuf) | |
This is the overview for the newRb method overload. | |
Returns a smart pointer to the next ResBuf object in the sequence of tagged data. (Inherited from OdResBuf) | |
Returns the group code as an Integer value which indicates the data type stored in the ResBuf object. (Inherited from OdResBuf) | |
!DOM is used to get assertion with needed call stack only (Inherited from OdResBuf) | |
Sets the data content of the ResBuf object using the specified binary chunk instance only if the stored group code has the BinaryChunk type. (Inherited from OdResBuf) | |
Sets the data content of the ResBuf object using the specified Boolean value only if the stored group code has a Boolean type. (Inherited from OdResBuf) | |
Sets the data content of the ResBuf object using the specified Color instance only if the group code is set to OdResBuf::kRtColor. (Inherited from OdResBuf) | |
Sets the data content of the ResBuf object using the specified double-precision floating-point value only if the stored group code has a Double or Angle type. (Inherited from OdResBuf) | |
Sets the data content of the ResBuf object using the specified Handle instance only if the stored group code has the Handle type. (Inherited from OdResBuf) | |
Sets the data content of the ResBuf object using the specified 16-bit Integer value only if the stored group code has an Integer type. (Inherited from OdResBuf) | |
Sets the data content of the ResBuf object using the specified 32-bit Integer value only if the stored group code has an Integer type. (Inherited from OdResBuf) | |
Sets the data content of the ResBuf object using the specified 64-bit Integer value only if the stored group code has an Integer type. (Inherited from OdResBuf) | |
Sets the data content of the ResBuf object using the specified 8-bit Integer value only if the stored group code has an Integer type. (Inherited from OdResBuf) | |
Sets the specified ResBuf object as the next ResBuf Object in the sequence of tagged data after the current ResBuf object that calls this method. (Inherited from OdResBuf) | |
Sets the data content of the ResBuf object using the specified object ID instance only if the stored group code has the ObjectId, SoftPointerId, HardPointerId, SoftOwnershipId, or HardOwnershipId type. (Inherited from OdResBuf) | |
Sets the ResVal in this ResBuf object. (Inherited from OdResBuf) | |
Sets the data content of the ResBuf object using the specified two-dimensional point instance only if the stored group code has a Point type. (Inherited from OdResBuf) | |
Sets the data content of the ResBuf object using the specified three-dimensional point instance only if the stored group code has a Point type. (Inherited from OdResBuf) | |
Sets the data content of the ResBuf object using the specified ResBuf instance only if the group code is set to OdResBuf::kRtResBuf. (Inherited from OdResBuf) | |
Sets the group code for the ResBuf object. (Inherited from OdResBuf) | |
Sets the data content of the ResBuf object using the specified String value only if the stored group code has a String type. (Inherited from OdResBuf) | |
This is the overview for the setValue method overload. | |
Sets the data content of the ResBuf object using the specified two-dimensional vector instance only if the stored group code has a Point type. (Inherited from OdResBuf) | |
Sets the data content of the ResBuf object using the specified three-dimensional vector instance only if the stored group code has a Point type. (Inherited from OdResBuf) |
Checks whether content of this variable is not equal to the content of a given variable. | |
Compares the specified ResBuf object with this ResBuf object whether object are not equal. (Inherited from OdResBuf) | |
Checks whether content of this variable less than content of a given variable. | |
Checks whether content of this variable equal to or less than content of a given variable. | |
This is the overview for the = operator overload. | |
Checks whether content of this variable is equal to the content of a given variable. | |
Compares the specified ResBuf object with this ResBuf object whether object are equal. (Inherited from OdResBuf) | |
Checks whether content of this variable more than content of a given variable. | |
Checks whether content of this variable equal to or more than content of a given variable. |
Defines the content of the ResBuf object. |
Copyright © 2002-2022. Open Design Alliance All rights reserved.
|