27#ifndef IDLFE_AST_INCLUDE_H_ 
   28#define IDLFE_AST_INCLUDE_H_ 
   47    const std::filesystem::path& 
file () const noexcept
 
 
   59    template <
class T> 
friend class Ptr;
 
   64        file_ (std::move (
file)),
 
   69    std::filesystem::path file_;
 
 
const std::filesystem::path & file() const noexcept
Returns the name of included IDL file.
 
bool system() const noexcept
 
Stores the location information.
 
Abstract Syntax Tree namespace.