mytemplateclass< T > Class Template Reference

My Template Class. More...

Inheritance diagram for mytemplateclass< T >:

Inheritance graph
[legend]
Collaboration diagram for mytemplateclass< T >:

Collaboration graph
[legend]

List of all members.

Public Attributes

int m_myint
 Description of My Int.
bit m_mybit
 Description of My Bit.


Detailed Description

template<typename T = int>
class mytemplateclass< T >

My Template Class.

type T=int extends test_class_basic

Definition at line 990 of file test.sv.


Member Data Documentation

template<typename T = int>
bit mytemplateclass< T >::m_mybit

Description of My Bit.

Reimplemented in mytemplateclass2< T >, mytemplateclass3< T, B >, and mytemplateclass7< T, B >.

Definition at line 992 of file test.sv.

template<typename T = int>
int mytemplateclass< T >::m_myint

Description of My Int.

Reimplemented in mytemplateclass2< T >, mytemplateclass3< T, B >, and mytemplateclass7< T, B >.

Definition at line 991 of file test.sv.


The documentation for this class was generated from the following file:

Intelligent Design Verification
Intelligent Design Verification
Project: Test, Revision: 1.0.0
Copyright (c) 2008 Intelligent Design Verification.
Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts.
A copy of the license is included here:
http://www.intelligentdv.com/licenses/fdl.txt
doxygen
Doxygen Version: 1.5.8
IDV SV Filter Version: 2.4.0
Mon Jun 22 22:48:39 2009
Find a documentation bug? Report bugs to: bugs.intelligentdv.com Project: DoxygenFilterSV