GNU Octave 10.1.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
 
Loading...
Searching...
No Matches
cdef-class.h File Reference
#include "octave-config.h"
#include <map>
#include <set>
#include <string>
#include <utility>
#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
 

Typedefs

typedef std::pair< unsigned int, std::string > property_key
 

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)
 

Typedef Documentation

◆ property_key

typedef std::pair<unsigned int, std::string> property_key

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

Function Documentation

◆ operator!=()

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

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

◆ operator<()

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

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

◆ operator==()

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

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