Boost logo

Boost :

From: Caleb Epstein (caleb.epstein_at_[hidden])
Date: 2005-07-29 08:57:51


On 7/28/05, Brock Peabody <brock.peabody_at_[hidden]> wrote:

> table("customer") [
> *field("id") = &customer::id,
> field("name") = &customer::name,
> field("number") = &customer::number,
>
> table("tax_exempt")[
> -field("customer"),
> field("state_id") = &tax_exempt_data::state_id
> ]
> = &customer::tax_exempt
> ];

I assume 'customer' is a class with data members id, name, number?

[...]

> If any of that sounds useful I'd love to help out.

It sounds very useful! Are you planning on sharing the code you've
written, or would this be a start-from-scratch approach?

-- 
Caleb Epstein
caleb dot epstein at gmail dot com

Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk