|
Functions |
| static YCPInteger | Time () |
| static YCPValue | Sleep (const YCPInteger &ms) |
| static YCPInteger | Random (const YCPInteger &max) |
| static YCPInteger | Srandom1 () |
| static YCPValue | Srandom2 (const YCPInteger &seed) |
| static YCPValue | Eval (const YCPValue &v) |
| static YCPString | s_sformat (const YCPValue &format, const YCPValue &_argv) |
| static YCPValue | Y2Log (loglevel_t level, const YCPString &format, const YCPList &args) |
| static YCPValue | Y2Debug (const YCPString &format, const YCPList &args) |
| static YCPValue | Y2Milestone (const YCPString &format, const YCPList &args) |
| static YCPValue | Y2Warning (const YCPString &format, const YCPList &args) |
| static YCPValue | Y2Error (const YCPString &format, const YCPList &args) |
| static YCPValue | Y2Security (const YCPString &format, const YCPList &args) |
| static YCPValue | Y2Internal (const YCPString &format, const YCPList &args) |
| static YCPValue | Y2FDebug (const YCPInteger &f, const YCPString &format, const YCPList &args) |
| static YCPValue | Y2FMilestone (const YCPInteger &f, const YCPString &format, const YCPList &args) |
| static YCPValue | Y2FWarning (const YCPInteger &f, const YCPString &format, const YCPList &args) |
| static YCPValue | Y2FError (const YCPInteger &f, const YCPString &format, const YCPList &args) |
| static YCPValue | Y2FSecurity (const YCPInteger &f, const YCPString &format, const YCPList &args) |
| static YCPValue | Y2FInternal (const YCPInteger &f, const YCPString &format, const YCPList &args) |
Variables |
| StaticDeclaration | static_declarations |