credi che possa riferirsi a:

namspace BEmu e class Element ?

ho trovato un header in cui c'è questa dichiarazione (ma non trovo il cpp con la definizione...):


#pragma once

#include "bemu_headers.h"
#include <exception>
#include "BloombergTypes/SchemaElementDefinition.h"

namespace BEmu
{
class Name;
class ElementPtr;
class Datetime;

//See my explanation of the RequetPtr class in Request.h for an explanation of this class
class Element
{
private:
boost::shared_ptr<ElementPtr> _ptr;

...