GNU Octave  4.4.1
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
octave::bp_type Struct Reference

#include "bp-table.h"

Collaboration diagram for octave::bp_type:

Public Member Functions

 bp_type (int l, const std::string &c)
 

Public Attributes

std::string cond
 
int line
 

Detailed Description

Definition at line 39 of file bp-table.h.

Constructor & Destructor Documentation

◆ bp_type()

octave::bp_type::bp_type ( int  l,
const std::string c 
)
inline

Definition at line 44 of file bp-table.h.

Member Data Documentation

◆ cond

std::string octave::bp_type::cond

Definition at line 42 of file bp-table.h.

◆ line

int octave::bp_type::line

Definition at line 41 of file bp-table.h.


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