GDB (xrefs)
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
subfile Struct Reference

#include "buildsym.h"

Public Member Functions

 subfile ()=default
 
 DISABLE_COPY_AND_ASSIGN (subfile)
 

Public Attributes

struct subfilenext = nullptr
 
std::string name
 
std::string name_for_id
 
std::vector< linetable_entryline_vector_entries
 
enum language language = language_unknown
 
struct symtabsymtab = nullptr
 

Detailed Description

Definition at line 48 of file buildsym.h.

Constructor & Destructor Documentation

◆ subfile()

subfile::subfile ( )
default

Referenced by allocate_include_entry().

Member Function Documentation

◆ DISABLE_COPY_AND_ASSIGN()

subfile::DISABLE_COPY_AND_ASSIGN ( subfile )

Member Data Documentation

◆ language

enum language subfile::language = language_unknown

◆ line_vector_entries

std::vector<linetable_entry> subfile::line_vector_entries

◆ name

std::string subfile::name

◆ name_for_id

std::string subfile::name_for_id

◆ next

struct subfile* subfile::next = nullptr

◆ symtab

struct symtab* subfile::symtab = nullptr

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