C# 클래스 YAMLParser.Program

파일 보기 프로젝트 열기: uml-robotics/ROS.NET

공개 프로퍼티들

프로퍼티 타입 설명
backhalf string
fronthalf string
msgsFiles List
name string
outputdir string
outputdir_secondpass string
srvFiles List

공개 메소드들

메소드 설명
BuildProject ( ) : void
BuildProject ( string spam ) : void
GenDict ( string dictname, string keytype, string valuetype, string &appendto, int start, int end, string>.Func genKey ) : void
GenDict ( string dictname, string keytype, string valuetype, string &appendto, int start, int end, string>.Func genKey, string>.Func genVal ) : void
GenDict ( string dictname, string keytype, string valuetype, string &appendto, int start, int end, string>.Func genKey, string>.Func genVal, string DEFAULT ) : void
GenerateFiles ( List files, List srvfiles ) : void
GenerateProject ( List files, List srvfiles ) : void
MakeTempDir ( ) : void
ToString ( ) : string

비공개 메소드들

메소드 설명
Main ( string args ) : void

메소드 상세

BuildProject() 공개 정적인 메소드

public static BuildProject ( ) : void
리턴 void

BuildProject() 공개 정적인 메소드

public static BuildProject ( string spam ) : void
spam string
리턴 void

GenDict() 공개 정적인 메소드

public static GenDict ( string dictname, string keytype, string valuetype, string &appendto, int start, int end, string>.Func genKey ) : void
dictname string
keytype string
valuetype string
appendto string
start int
end int
genKey string>.Func
리턴 void

GenDict() 공개 정적인 메소드

public static GenDict ( string dictname, string keytype, string valuetype, string &appendto, int start, int end, string>.Func genKey, string>.Func genVal ) : void
dictname string
keytype string
valuetype string
appendto string
start int
end int
genKey string>.Func
genVal string>.Func
리턴 void

GenDict() 공개 정적인 메소드

public static GenDict ( string dictname, string keytype, string valuetype, string &appendto, int start, int end, string>.Func genKey, string>.Func genVal, string DEFAULT ) : void
dictname string
keytype string
valuetype string
appendto string
start int
end int
genKey string>.Func
genVal string>.Func
DEFAULT string
리턴 void

GenerateFiles() 공개 정적인 메소드

public static GenerateFiles ( List files, List srvfiles ) : void
files List
srvfiles List
리턴 void

GenerateProject() 공개 정적인 메소드

public static GenerateProject ( List files, List srvfiles ) : void
files List
srvfiles List
리턴 void

MakeTempDir() 공개 정적인 메소드

public static MakeTempDir ( ) : void
리턴 void

ToString() 공개 정적인 메소드

public static ToString ( ) : string
리턴 string

프로퍼티 상세

backhalf 공개적으로 정적으로 프로퍼티

public static string backhalf
리턴 string

fronthalf 공개적으로 정적으로 프로퍼티

public static string fronthalf
리턴 string

msgsFiles 공개적으로 정적으로 프로퍼티

public static List msgsFiles
리턴 List

name 공개적으로 정적으로 프로퍼티

public static string name
리턴 string

outputdir 공개적으로 정적으로 프로퍼티

public static string outputdir
리턴 string

outputdir_secondpass 공개적으로 정적으로 프로퍼티

public static string outputdir_secondpass
리턴 string

srvFiles 공개적으로 정적으로 프로퍼티

public static List srvFiles
리턴 List