OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [tags/] [gnu-src/] [gcc-4.5.1/] [gcc-4.5.1-or32-1.0rc1/] [gcc/] [testsuite/] [g++.dg/] [inherit/] [ptrmem3.C] - Blame information for rev 338

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 301 jeremybenn
// Copyright (C) 2005 Free Software Foundation, Inc.
2
// Contributed by Nathan Sidwell 27 May 2005 
3
 
4
// Origin:Andrew Pinski pinskia@gcc.gnu.org
5
// PR 21455  bogus error with pointer to member of incomplete
6
 
7
class XMLFile;
8
 
9
typedef bool (XMLFile::*ParserFunctionPtr)();
10
 
11
struct ParserElement
12
{
13
  ParserFunctionPtr getPreFunc() const { return preFunc; }
14
  ParserFunctionPtr getPostFunc() const { return postFunc; }
15
  ParserFunctionPtr preFunc;
16
  ParserFunctionPtr postFunc;
17
};

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.