Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
D
doxverilog
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
Elphel
doxverilog
060a5cc121be5fd177b5d5c834f2b810dc58b9ec
060a5cc121be5fd177b5d5c834f2b810dc58b9ec
Switch branch/tag
doxverilog
examples
diagrams_b.h
Find file
Normal view
History
Permalink
diagrams_b.h
89 Bytes
Edit
Web IDE
Newer
Older
Tagged the release as 1.1.0
ddbc18f5
Dimitri van Heesch
committed
24 years ago
1
2
3
4
5
#ifndef _DIAGRAMS_B_H
#define _DIAGRAMS_B_H
class
A
;
class
B
{
public
:
A
*
m_a
;
};
#endif