OpenCores
URL https://opencores.org/ocsvn/openrisc_2011-10-31/openrisc_2011-10-31/trunk

Subversion Repositories openrisc_2011-10-31

[/] [openrisc/] [tags/] [gnu-src/] [gdb-7.2/] [gdb-7.2-or32-1.0rc1/] [gdb/] [testsuite/] [gdb.hp/] [gdb.objdbg/] [objdbg01/] [x3.h] - Blame information for rev 330

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 330 jeremybenn
 
2
template <class T>
3
class Info {
4
public:
5
  void p(T *x);
6
};
7
 
8
template <class T>
9
void Info<T>::p(T *x)
10
{
11
  x->print();
12
}
13
 
14
class PP {
15
public:
16
  void print();
17
};
18
 
19
class QQ {
20
public:
21
  void print();
22
};

powered by: WebSVN 2.1.0

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