![]() |
MapLink Pro 11.2
Envitia MapLink Pro: The Ultimate Mapping Application Toolkit
|

This class represents data contained within a context document.
Public Member Functions | |
| const unsigned char * | data () const |
| unsigned int | dataSize () const |
Public Member Functions inherited from TSLOWCContent | |
| void | destroy () |
| const char * | mimeType () const |
| int | type () const |
Additional Inherited Members | |
Public Types inherited from TSLOWCContent | |
| enum | ContentTypeEnum { Inline , Remote } |
Protected Member Functions inherited from TSLOWCContent | |
| TSLOWCContent (const char *mimeType) | |
| ~TSLOWCContent () | |
| const unsigned char * TSLOWCInlineContent::data | ( | ) | const |
Returns the data represented by this content object. Note that the returned array may not be NUL-terminated so care should be taken to ensure accesses remain within the array size as returned by dataSize() when treating this data as a string.
| unsigned int TSLOWCInlineContent::dataSize | ( | ) | const |
Returns the size in bytes of the content.