Main Page   Class Hierarchy   Compound List   File List   Header Files   Sources   Compound Members   File Members  

parseerr.h

This is the verbatim text of the parseerr.h include file.
/*
**********************************************************************
*   Copyright (C) 1999, International Business Machines
*   Corporation and others.  All Rights Reserved.
**********************************************************************
*   Date        Name        Description
*   03/14/00    aliu        Creation.
**********************************************************************
*/
#ifndef PARSEERR_H
#define PARSEERR_H

#include "unicode/utypes.h"
#include "unicode/unistr.h"

struct ParseError {
    int32_t        code;

    int32_t        line;

    UTextOffset    offset;

    UnicodeString  context;
};

#endif

Generated at Mon Jun 5 12:53:19 2000 for ICU1.5 by doxygen 1.0.0 written by Dimitri van Heesch, © 1997-1999