the invention facilitates the user to quickly find out the target function object in time.
le procédé de l'invention permet à l'utilisateur de trouver rapidement et opportunément l'objet fonctionnel cible.
holder for a service function object
In contrast, the function object is deleted only if associated components are not available.
Par contre, l'objet fonction ne sera effacé que si les composants associés ne sont pas disponibles.
Note that the transformation from function object to (unbound or bound) method object happens each time the attribute is retrieved from the class or instance.
Notez que la transformation d'objet fonction en objet méthode d'instance se produit à chaque fois que l'attribut est récupéré à partir de l'instance.
function object that clones a pointer.
function object that deletes a pointer.
for storing the character objects; a local function object database
a function object database, for storing function objects
function object that composes two function objects.
Its execution binds the function name in the current local namespace to a function object (a wrapper around the executable code for the function).
Son exécution lie le nom de la fonction, dans l'espace de noms local courant, à un objet fonction (un objet qui encapsule le code exécutable de la fonction).
It is not necessary that the function definition is textually enclosed in the class definition: assigning a function object to a local variable in the class is also ok.
Il n'est pas nécessaire que la définition de la fonction soit textuellement comprise dans la définition de la classe: affecter un objet fonction à une variable locale dans la classe marche aussi.
a semantic analysis searching module, for semantically analyzing the characters input by the input module, and searching the function objects associated with the semantic from the function object database
un module d'exploration par analyse sémantique pour effectuer une analyse sémantique des caractères entrés par le module d'entrée et explorer les objets fonctionnels associés à la sémantique et provenant de la base de données d'objets fonctionnels
They are a shorthand to create anonymous functions; the expression lambda parameters: expression yields a function object.
Les expressions lambda sont utilisées pour créer des fonctions anonymes. L'expression lambda parameters: expression produit un objet fonction.