TLM-2.0  2.0.3
Accellera TLM-2.0 proof-of-concept library
tlm_tag.h
Go to the documentation of this file.
1 /*****************************************************************************
2 
3  The following code is derived, directly or indirectly, from the SystemC
4  source code Copyright (c) 1996-2014 by all Contributors.
5  All Rights reserved.
6 
7  The contents of this file are subject to the restrictions and limitations
8  set forth in the SystemC Open Source License (the "License");
9  You may not use this file except in compliance with such restrictions and
10  limitations. You may obtain instructions on how to receive a copy of the
11  License at http://www.accellera.org/. Software distributed by Contributors
12  under the License is distributed on an "AS IS" basis, WITHOUT WARRANTY OF
13  ANY KIND, either express or implied. See the License for the specific
14  language governing rights and limitations under the License.
15 
16  *****************************************************************************/
17 
18 //
19 // Note to the LRM writer : This is part of the core TLM standard
20 //
21 
22 #ifndef __TLM_TAG_H__
23 #define __TLM_TAG_H__
24 
25 namespace tlm {
26 template<class T> class tlm_tag {};
27 }
28 
29 #endif