GNU Octave  9.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"

Go to the source code of this file.

Classes

class  cdef_class
 

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 443 of file cdef-class.h.

◆ operator<()

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

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

◆ operator==()

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

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