tk::grm::parse_pdf struct

Match pdf description: name + sample space specification.

Example syntax (without the quotes): "name(x y z : 1.0 2.0 3.0)", 'name' is the name of the pdf, and x,y,z are sample space variables, while 1.0 2.0 3.0 are bin sizes corresponding to the x y z sample space dimensions, respectively.

Base classes

template<class token>
struct readkw
Read keyword 'token' padded by blank at left and space at right.