| 2959 | |
| 2960 | |
| 2961 | CV_IMPL void |
| 2962 | cvStartWriteStruct( CvFileStorage* fs, const char* key, int struct_flags, |
| 2963 | const char* type_name, CvAttrList /*attributes*/ ) |
| 2964 | { |
| 2965 | CV_CHECK_OUTPUT_FILE_STORAGE(fs); |
| 2966 | fs->start_write_struct( fs, key, struct_flags, type_name ); |
| 2967 | } |
| 2968 | |
| 2969 | |
| 2970 | CV_IMPL void |
no outgoing calls
no test coverage detected