#include "Object.c"#include "String.h"#include "string.h"#include <err.h>Classes | |
| struct | StringClass |
| struct | String |
Functions | |
| struct String * | String_ctor (struct String *str, nps_error_t *error, va_list *app) |
| int | String_dtor (struct String *str, nps_error_t *err) |
| int | StringClass_dtor (struct StringClass *self, nps_error_t *err) |
| struct String * | newString (char *s, nps_error_t *err) |
| int | nps_initString (nps_error_t *error) |
| struct String * | String_copy (struct String *o, nps_error_t *error) |
| char * | String_getTxt (struct String *o) |
Variables | |
| struct StringClass * | StringClass |
| struct String * | String |
| struct String* newString | ( | char * | s, | |
| nps_error_t * | err | |||
| ) | [read] |
| int nps_initString | ( | nps_error_t * | error | ) |
| struct String* String_copy | ( | struct String * | o, | |
| nps_error_t * | error | |||
| ) | [read] |
| struct String* String_ctor | ( | struct String * | str, | |
| nps_error_t * | error, | |||
| va_list * | app | |||
| ) | [read] |
| int String_dtor | ( | struct String * | str, | |
| nps_error_t * | err | |||
| ) |
| char* String_getTxt | ( | struct String * | o | ) |
| int StringClass_dtor | ( | struct StringClass * | self, | |
| nps_error_t * | err | |||
| ) |
| struct StringClass * StringClass |
1.6.3