Marsyas  0.6.0-alpha
Functions
/usr/src/RPM/BUILD/marsyas-0.6.0/src/marsyas/expr/ExScanner.cpp File Reference
#include <marsyas/expr/ExScanner.h>
#include <memory.h>
#include <string.h>
#include <iostream>

Go to the source code of this file.

Functions

int coco_string_compareto (char *data1, char *data2)
char * coco_string_create (const char *value)
char * coco_string_create (const char *value, int startIndex, int length)
char * coco_string_create_append (const char *data1, const char *data2)
char * coco_string_create_append (const char *target, const char appendix)
char * coco_string_create_lower (char *data)
char * coco_string_create_upper (char *data)
void coco_string_delete (char *&data)
bool coco_string_endswith (char *data, char *end)
bool coco_string_equal (char *data1, char *data2)
int coco_string_hash (char *data)
int coco_string_indexof (char *data, char value)
int coco_string_lastindexof (char *data, char value)
int coco_string_length (const char *data)
void coco_string_merge (char *&target, char *appendix)

Function Documentation

int coco_string_compareto ( char *  data1,
char *  data2 
)

Definition at line 135 of file ExScanner.cpp.

char* coco_string_create ( const char *  value)

Definition at line 8 of file ExScanner.cpp.

char* coco_string_create ( const char *  value,
int  startIndex,
int  length 
)

Definition at line 18 of file ExScanner.cpp.

char* coco_string_create_append ( const char *  data1,
const char *  data2 
)

Definition at line 67 of file ExScanner.cpp.

char* coco_string_create_append ( const char *  target,
const char  appendix 
)

Definition at line 85 of file ExScanner.cpp.

char* coco_string_create_lower ( char *  data)

Definition at line 49 of file ExScanner.cpp.

char* coco_string_create_upper ( char *  data)

Definition at line 30 of file ExScanner.cpp.

void coco_string_delete ( char *&  data)

Definition at line 94 of file ExScanner.cpp.

bool coco_string_endswith ( char *  data,
char *  end 
)

Definition at line 104 of file ExScanner.cpp.

bool coco_string_equal ( char *  data1,
char *  data2 
)

Definition at line 131 of file ExScanner.cpp.

int coco_string_hash ( char *  data)

Definition at line 139 of file ExScanner.cpp.

int coco_string_indexof ( char *  data,
char  value 
)

Definition at line 110 of file ExScanner.cpp.

int coco_string_lastindexof ( char *  data,
char  value 
)

Definition at line 117 of file ExScanner.cpp.

int coco_string_length ( const char *  data)

Definition at line 99 of file ExScanner.cpp.

void coco_string_merge ( char *&  target,
char *  appendix 
)

Definition at line 124 of file ExScanner.cpp.