17 #ifndef TEAMCENTER__TABLE__HXX
18 #define TEAMCENTER__TABLE__HXX
22 #include <common/tc_deprecation_macros.h>
25 #include <tccore/libtccore_exports.h>
52 class TCCORE_API Teamcenter::
Table
71 int getCells( std::vector< tag_t > &values, std::vector< int > &isNull )
const;
89 int setCells(
const std::vector< tag_t > &values,
const std::vector< int > *isNull=0 );
101 virtual void initialize( ::Teamcenter::RootObjectImpl* impl );
117 ::Teamcenter::RootObjectImpl*
setTableImpl( ::Teamcenter::RootObjectImpl* impl );
140 friend class TableDelegate;
141 friend class TableGenImpl;
144 #include <tccore/libtccore_undef.h>
145 #endif // TEAMCENTER__TABLE__HXX