miscellaneous/motionbuilder_shelf/utils.h
Main Page
Topics
Modules
Namespaces
Classes
Files
Examples
miscellaneous/motionbuilder_shelf/utils.h
//
// Permission to use, copy, modify, and distribute this software in object code
// form for any purpose and without fee is hereby granted, provided that the above
// copyright notice appears in all copies and that both that copyright notice and
// the limited warranty and restricted rights notice below appear in all supporting
// documentation.
//
// AUTODESK PROVIDES THIS PROGRAM "AS IS" AND WITH ALL FAULTS. AUTODESK SPECIFICALLY
// DISCLAIMS ANY IMPLIED WARRANTY OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR USE.
// AUTODESK, INC. DOES NOT WARRANT THAT THE OPERATION OF THE PROGRAM WILL BE UNINTERRUPTED
// OR ERROR FREE.
//
#pragma once
std::string
format
(
const
std::string
&msg, ...) ;
std::vector<std::string> tokenize (
std::string
&st,
char
delimiter) ;