GNU Octave  8.1.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
cdef-class.h File Reference
#include "octave-config.h"
#include <map>
#include <set>
#include <string>
#include "oct-refcount.h"
#include "cdef-fwd.h"
#include "cdef-method.h"
#include "cdef-object.h"
#include "cdef-package.h"
#include "cdef-property.h"
#include "error.h"
#include "ov.h"
#include "ovl.h"
Include dependency graph for cdef-class.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  cdef_class
 
class  cdef_class::cdef_class_rep
 

Functions

bool operator!= (const cdef_class &clsa, const cdef_class &clsb)
 
bool operator< (const cdef_class &clsa, const cdef_class &clsb)
 
bool operator== (const cdef_class &clsa, const cdef_class &clsb)
 

Function Documentation

◆ operator!=()

bool operator!= ( const cdef_class clsa,
const cdef_class clsb 
)
inline

Definition at line 446 of file cdef-class.h.

◆ operator<()

bool operator< ( const cdef_class clsa,
const cdef_class clsb 
)
inline

Definition at line 453 of file cdef-class.h.

◆ operator==()

bool operator== ( const cdef_class clsa,
const cdef_class clsb 
)
inline

Definition at line 438 of file cdef-class.h.