mirror of
https://github.com/nasa/trick.git
synced 2025-06-21 16:39:37 +00:00
@ -67,8 +67,10 @@ class ConstructValues {
|
||||
void printNamespaces(std::ostream& ostream, const std::string& delimiter = "::") ;
|
||||
void printContainerClasses(std::ostream& ostream, const std::string& delimiter = "::") ;
|
||||
void printNamespacesAndContainerClasses(std::ostream& ostream, const std::string& delimiter = "::") ;
|
||||
|
||||
std::string getNamespacesAndContainerClasses(const std::string& delimiter = "::") ;
|
||||
std::string getFullyQualifiedTypeName(const std::string& delimiter = "::") ;
|
||||
bool isNameOrFileNameEmpty();
|
||||
|
||||
protected:
|
||||
|
||||
|
Reference in New Issue
Block a user