Exemplo n.º 1
0
PersistentMap::PersistentMap( const std::string& uri )
    : _impl( _newImpl( URI( uri )))
{}
Exemplo n.º 2
0
PersistentMap::PersistentMap( const URI& uri )
    : _impl( _newImpl( uri ))
{}
Exemplo n.º 3
0
PersistentMap::PersistentMap( const servus::URI& uri )
    : _impl( _newImpl( uri ))
{}