systemc-clang 2.0.0
Parsing SystemC constructs
Loading...
Searching...
No Matches
Classes | Namespaces | Enumerations
EntryFunctionContainer.h File Reference

A container class to hold entry function information. More...

#include <map>
#include <string>
#include "FindNotify.h"
#include "SensitivityMatcher.h"
#include "FindWait.h"
#include "SuspensionAutomata.h"
#include "Utility.h"
Include dependency graph for EntryFunctionContainer.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  systemc_clang::EntryFunctionContainer
 

Namespaces

namespace  clang
 Clang forward declarations.
 
namespace  systemc_clang
 

Enumerations

enum class  systemc_clang::ASTSTATE {
  systemc_clang::EMPTY , systemc_clang::DECLSTMT , systemc_clang::MEMBEREXPR , systemc_clang::CXXOPERATORCALLEXPR ,
  systemc_clang::CXXCONSTRUCTEXPR
}
 
enum class  systemc_clang::ReadWrite { systemc_clang::RWINIT , systemc_clang::READ , systemc_clang::WRITE }
 
enum class  systemc_clang::PROCESS_TYPE { systemc_clang::NONE , systemc_clang::THREAD , systemc_clang::CTHREAD , systemc_clang::METHOD }
 

Detailed Description

A container class to hold entry function information.

Definition in file EntryFunctionContainer.h.