12#ifndef ARCANE_SERVICEINSTANCE_H
13#define ARCANE_SERVICEINSTANCE_H
17#include "arcane/utils/Ref.h"
18#include "arcane/IService.h"
59 void reset() { m_instance.reset(); }
69 return a.get()==
b.get();
72inline bool operator!=(
const ServiceInstanceRef& a,
const ServiceInstanceRef& b)
74 return a.get()!=b.get();
Interface d'une instance d'un service.
Lecteur des fichiers de maillage via la bibliothèque LIMA.
Référence sur une instance de service.
Gestion des références sur un objet externe.
Référence à une instance.
-*- tab-width: 2; indent-tabs-mode: nil; coding: utf-8-with-signature -*-