index
:
Doxygen.git
master
[no description]
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
examples
/
diagrams_a.h
blob: 047a8ab5c7f900c7cd09bd56a87a3f42d5ae4667 (
plain
)
1
2
3
4
#ifndef _DIAGRAMS_A_H
#define _DIAGRAMS_A_H
class
A
{
public
:
A
*
m_self
; };
#endif