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

Subversion Repositories scarts

[/] [scarts/] [trunk/] [toolchain/] [scarts-gdb/] [gdb-6.8/] [gdb/] [testsuite/] [gdb.hp/] [gdb.objdbg/] [objdbg01/] [x3.h] - Blame information for rev 25

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 25 jlechner
 
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.