CIRCT  19.0.0git
Classes | Namespaces | Functions
Manifest.h File Reference
#include "esi/Common.h"
#include "esi/Context.h"
#include "esi/Types.h"
#include <any>
#include <memory>
#include <optional>
#include <string>
#include <vector>
Include dependency graph for Manifest.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  esi::Manifest
 Class to parse a manifest. More...
 

Namespaces

 esi
 

Functions

std::ostream & operator<< (std::ostream &os, const esi::AppID &id)
 
std::ostream & operator<< (std::ostream &, const esi::AppIDPath &)
 
std::ostream & operator<< (std::ostream &, const esi::ModuleInfo &)
 

Function Documentation

◆ operator<<() [1/3]

std::ostream& operator<< ( std::ostream &  os,
const esi::AppIDPath path 
)

Definition at line 631 of file Manifest.cpp.

◆ operator<<() [2/3]

std::ostream& operator<< ( std::ostream &  os,
const esi::ModuleInfo m 
)

Definition at line 551 of file Manifest.cpp.

◆ operator<<() [3/3]

std::ostream& operator<< ( std::ostream &  os,
const esi::AppID id 
)

Definition at line 625 of file Manifest.cpp.