43 #ifndef MY_DXF_BLOCKS_HPP
44 #define MY_DXF_BLOCKS_HPP 1
61 std::string _block_handle;
62 std::string _block_layer;
64 std::string _endblk_handle;
65 std::string _endblk_layer;
68 std::string _owner_handle;
87 const std::string &
name(
void ) {
return( _name ); }
139 std::vector<MyDXFBlock *> _blocks;
150 uint32_t
size(
void )
const {
return( _blocks.size() ); }