#include "ks_assoc.h"
#include "ks_combination.h"
Go to the source code of this file.
Defines | |
| #define | ks_fact_score(x) ks_fact_value(x) |
Typedefs | |
| typedef ks_assoc_t | ks_fact_t |
| libkarmaclient fact type. | |
Functions | |
| const char * | ks_fact_identity (ks_fact_t *) |
| const char * | ks_fact_feed (ks_fact_t *) |
| long | ks_fact_value (ks_fact_t *) |
| const char * | ks_fact_data (ks_fact_t *) |
Type and function declaractions for the functions defined in ks_fact.c. Do not include this file directly in your client. Instead, include the application header file, ks.h, which will include all the libkarmaclient header files for you.
Definition in file ks_fact.h.
|
|
|
|
|
libkarmaclient fact type.
|
|
|
Returns the string data for ks_fact_t (f).
Definition at line 115 of file ks_fact.c. References ks_assoc_get(), KS_CAST, and ks_string_get(). |
|
|
Returns the feed name for ks_fact_t (f).
Definition at line 71 of file ks_fact.c. References ks_assoc_get(), ks_assoc_put(), KS_CAST, ks_number_get(), ks_number_type(), ks_string_get(), ks_string_new(), and _ks_base_t::type. |
|
|
Returns the identity test for ks_fact_t (f). This may return NULL if the identity information is not available in the current version of the client library or server.
Definition at line 54 of file ks_fact.c. References ks_assoc_get(), KS_CAST, and ks_string_get(). |
|
|
Returns the fact value for ks_fact_t (f).
Definition at line 98 of file ks_fact.c. References ks_assoc_get(), KS_CAST, and ks_number_get(). |
1.4.4