![]() | InDesign SDK 20.5 |

Public Member Functions | |
| CusDtLnkDelimTextReader (IPMUnknown *boss) | |
| virtual bool16 | CanRead (IPMStream *stream) |
| virtual bool16 | ReadRecord (IPMStream *stream, K2Vector< PMString > &outputFields) const |
Public Member Functions inherited from CPMUnknown< ICusDtLnkDelimTextReader > | |
| IPMUnknown * | QueryInterface (PMIID interfaceID) const |
| void | AddRef () const |
| void | Release () const |
| void | PreDirty (ImplementationID prop=kInvalidImpl, bool16 allowModification=kTrue) |
| void | PreDirtyNoMessage (ImplementationID prop=kInvalidImpl, bool16 allowModification=kTrue) |
| CPMUnknown (const CPMUnknown &)=delete | |
| CPMUnknown & | operator= (const CPMUnknown &)=delete |
Additional Inherited Members | |
Public Types inherited from ICusDtLnkDelimTextReader | |
| enum | { kDefaultIID = IID_ICUSDTLNKDELIMTEXTREADER } |
Protected Member Functions inherited from CPMUnknown< ICusDtLnkDelimTextReader > | |
| CPMUnknown (IPMUnknown *boss) | |
Protected Attributes inherited from CPMUnknown< ICusDtLnkDelimTextReader > | |
| HelperInterface | fHelperInterface |
Implementation of ICusDtLnkDelimTextReader to read comma-separated values, including enquoted values
| CusDtLnkDelimTextReader::CusDtLnkDelimTextReader | ( | IPMUnknown * | boss | ) |
Constructor
| boss |
| virtual |
Determine if we can read a row of our database from the given stream
| stream | where to read from |
Implements ICusDtLnkDelimTextReader.
| virtual |
Read a record from our notional database, i.e. read a complete row from the stream
| stream | where to read from |
| outputFields | list of values we read |
Implements ICusDtLnkDelimTextReader.