1 // Copyright (c) 2001-2009 Nokia Corporation and/or its subsidiary(-ies).
2 // All rights reserved.
3 // This component and the accompanying materials are made available
4 // under the terms of "Eclipse Public License v1.0"
5 // which accompanies this distribution, and is available
6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
8 // Initial Contributors:
9 // Nokia Corporation - initial contribution.
19 @file DelimitedParserCommon.h
24 #ifndef __DELIMITEDPARSERCOMMON_H__
25 #define __DELIMITEDPARSERCOMMON_H__
32 enum TDelimitedDataParseMode
33 Enum defining the modes for the delimited data parser.
38 enum TDelimitedDataParseMode
43 EDelimitedDataNotParsed = 0,
45 Specifier for parsing from left to right
47 EDelimitedDataForward,
49 Specifier for parsing from right to left
54 #endif // __DELIMITEDPARSERCOMMON_H__