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

#include "location.h"

Inheritance diagram for probe_location_spec:
location_spec

Public Member Functions

 probe_location_spec (std::string &&probe)
 
location_spec_up clone () const override
 
bool empty_p () const override
 
- Public Member Functions inherited from location_spec
virtual ~location_spec ()=default
 
const char * to_string () const
 
void set_string (std::string &&string)
 
enum location_spec_type type () const
 

Protected Member Functions

 probe_location_spec (const probe_location_spec &other)=default
 
std::string compute_string () const override
 
- Protected Member Functions inherited from location_spec
 location_spec (enum location_spec_type t)
 
 location_spec (enum location_spec_type t, std::string &&str)
 
 location_spec (const location_spec &other)
 

Additional Inherited Members

- Protected Attributes inherited from location_spec
std::string m_as_string
 

Detailed Description

Definition at line 233 of file location.h.

Constructor & Destructor Documentation

◆ probe_location_spec() [1/2]

probe_location_spec::probe_location_spec ( std::string && probe)
explicit

Definition at line 45 of file location.c.

◆ probe_location_spec() [2/2]

probe_location_spec::probe_location_spec ( const probe_location_spec & other)
protecteddefault

Member Function Documentation

◆ clone()

location_spec_up probe_location_spec::clone ( ) const
overridevirtual

Implements location_spec.

Definition at line 51 of file location.c.

◆ compute_string()

std::string probe_location_spec::compute_string ( ) const
overrideprotectedvirtual

Implements location_spec.

Definition at line 62 of file location.c.

References location_spec::m_as_string.

◆ empty_p()

bool probe_location_spec::empty_p ( ) const
overridevirtual

Implements location_spec.

Definition at line 57 of file location.c.


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