ardour
Classes | Macros
stl_functors.h File Reference
#include <string>
#include "pbd/libpbd_visibility.h"

Go to the source code of this file.

Classes

struct  less< std::string * >
 
struct  less< const std::string * >
 
struct  less< const char * >
 
struct  less< const float * >
 
struct  equal_to< const char * >
 
struct  equal_to< std::string * >
 
struct  less< const std::string & >
 

Macros

#define LESS_STRING_P
 
#define LESS_CONST_STRING_P
 
#define LESS_CONST_CHAR_P
 
#define LESS_CONST_FLOAT_P
 
#define EQUAL_TO_CONST_CHAR_P
 
#define EQUAL_TO_STRING_P
 
#define LESS_CONST_STRING_R
 

Macro Definition Documentation

#define EQUAL_TO_CONST_CHAR_P

Definition at line 72 of file stl_functors.h.

#define EQUAL_TO_STRING_P

Definition at line 82 of file stl_functors.h.

#define LESS_CONST_CHAR_P

Definition at line 52 of file stl_functors.h.

#define LESS_CONST_FLOAT_P

Definition at line 62 of file stl_functors.h.

#define LESS_CONST_STRING_P

Definition at line 42 of file stl_functors.h.

#define LESS_CONST_STRING_R

Definition at line 91 of file stl_functors.h.

#define LESS_STRING_P

Definition at line 33 of file stl_functors.h.