Hi Jeremy,
Internal. Here is my implementation. It is right out of your (very
helpful) book.
-d
namespace boost
{
// ECInGraph custom properties.
enum vertex_com_t {vertex_com = 1223497};
enum edge_nEmailsIn_t {edge_nEmailsIn = 1223498};
enum edge_nEmailsOut_t {edge_nEmailsOut = 1223499};
enum edge_sourceVD_t {edge_sourceVD = 1223500};
BOOST_INSTALL_PROPERTY (vertex, com);
BOOST_INSTALL_PROPERTY (edge, nEmailsIn);
BOOST_INSTALL_PROPERTY (edge, nEmailsOut);
BOOST_INSTALL_PROPERTY (edge, sourceVD);
}
typedef boost::property
I'm not sure what you mean by "custom". Are you using an internal property map (e.g., inside an adjacency_list) or are you using some external property map?
On Thu, 13 Nov 2003, David Ohlemacher wrote:
ohlema> Hi all. ohlema> ohlema> Partway through my app's execution, I find that I no longer need the ohlema> values in a custom property map (edge). The map potentially may be ohlema> quite large. ohlema> ohlema> What is the best way to empty it? ohlema> ohlema> Thanks, ohlema> -d ohlema> ohlema> _______________________________________________ ohlema> Boost-users mailing list ohlema> Boost-users@lists.boost.org ohlema> http://lists.boost.org/mailman/listinfo.cgi/boost-users ohlema>
---------------------------------------------------------------------- Jeremy Siek http://php.indiana.edu/~jsiek/ Ph.D. Student, Indiana Univ. B'ton email: jsiek@osl.iu.edu C++ Booster (http://www.boost.org) office phone: (812) 855-3608 ----------------------------------------------------------------------
_______________________________________________ Boost-users mailing list Boost-users@lists.boost.org http://lists.boost.org/mailman/listinfo.cgi/boost-users
-- David Ohlemacher BBN Technologies 127 John Clarke Rd. Middletown, RI 02878 Phone: (401)848-3542, Fax:(401)849-8611 ohlemacher at bbn dot com