• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/

Lines Matching refs:clause

25 Construct a new clause with this form, supplying the functor name. A clause is an object
69 Adds an attribute and floating point value pair to the clause.
73 Adds an attribute and long integer value pair to the clause.
77 Adds an attribute and list value pair to the clause, converting the list into
83 Adds an attribute and wxExpr value pair to the clause. Do not delete\rtfsp
90 Adds an attribute and string value pair to the clause.
96 Adds an attribute and string list value pair to the clause.
107 Adds an attribute and word value pair to the clause.
119 Get nth arg of the given clause (starting from 1). NULL is returned if
120 the expression is not a clause, or {\it n} is invalid, or the given type
166 to the list if the attribute is present in the clause.
172 Use this on clauses ONLY. Searches the clause for an attribute
186 clause.
192 Use this on clauses only. Returns the clause's functor (object name).
198 Retrieve arbitrary data stored with this clause. This can be useful when
200 clause makes a reference to this clause, its C++ object can be retrieved.
207 If this is a list expression (or clause), gets the first element in the list.
215 If this is a list expression (or clause), gets the last element in the list.
256 Associate arbitrary data with this clause. This can be useful when
258 clause makes a reference to this clause, its C++ object can be retrieved.
294 Writes the clause to the given stream in Prolog format. Not normally needed, since
303 Writes the expression (not clause) to the given stream in Prolog
382 Construct a new database hashed on a combination of the clause functor and
395 \func{void}{Append}{\param{wxExpr* }{clause}}
397 Append a clause to the end of the database. If the database is hashing,
422 Find a clause based on the special ``id'' attribute.
426 Find a clause which has the given attribute set to the given string or word value.
430 Find a clause which has the given attribute set to the given integer value.
434 Find a clause which has the given attribute set to the given floating point value.
440 Find the next clause with the specified functor.
452 Finds the clause with the given functor and with the attribute specified
464 // Retrieve a clause with specified functor and id
465 wxExpr *clause = db.HashFind("node", 24);
468 This would retrieve a clause which is written: {\tt node(id = 24, ..., )}.
472 Finds the clause with the given functor and with the attribute specified