예제 #1
0
파일: FieldBase.cs 프로젝트: knuxbbs/gapi
        private bool UseAbiStruct(GenerationInfo generationInfo)
        {
            if (!ContainerType.CanGenerateAbiStruct(new LogWriter(ContainerType.CName)))
            {
                return(false);
            }

            return(AbiField?.GetOffsetName != null && generationInfo.GlueWriter == null);
        }