Functions | |
void | _sizeInColumns (const edm::TypeWithDict &typ, size_t &sz, bool &hasDependencies) |
void | _sizeInColumnsForCArray (const edm::TypeWithDict &typ, size_t &sz, bool &hasDependencies) |
size_t | sizeInColumns (const edm::TypeWithDict &topLevelClassType) |
std::pair< bool, size_t > | sizeInColumnsForCArray (const edm::TypeWithDict &arrayType) |
void ora::RelationalMapping::_sizeInColumns | ( | const edm::TypeWithDict & | typ, |
size_t & | sz, | ||
bool & | hasDependencies | ||
) |
Definition at line 32 of file RelationalMapping.cc.
void ora::RelationalMapping::_sizeInColumnsForCArray | ( | const edm::TypeWithDict & | typ, |
size_t & | sz, | ||
bool & | hasDependencies | ||
) |
Definition at line 80 of file RelationalMapping.cc.
size_t ora::RelationalMapping::sizeInColumns | ( | const edm::TypeWithDict & | topLevelClassType | ) |
Definition at line 15 of file RelationalMapping.cc.
Referenced by ora::MappingGenerator::createNewDependentMapping(), and ora::MappingGenerator::createNewMapping().
std::pair< bool, size_t > ora::RelationalMapping::sizeInColumnsForCArray | ( | const edm::TypeWithDict & | arrayType | ) |
Definition at line 23 of file RelationalMapping.cc.