Variable SingletonContainer.singletons

class SingletonContainer
{
  // ...
  ObjectStorage!(Object,string) singletons ;
  // ...
}